From: <pst...@us...> - 2008-11-09 02:37:45
|
Revision: 618 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=618&view=rev Author: pstieber Date: 2008-11-09 02:37:40 +0000 (Sun, 09 Nov 2008) Log Message: ----------- Added debug configure options. Modified Paths: -------------- web/htdocs/buildingwx/index.php Modified: web/htdocs/buildingwx/index.php =================================================================== --- web/htdocs/buildingwx/index.php 2008-11-09 02:16:38 UTC (rev 617) +++ web/htdocs/buildingwx/index.php 2008-11-09 02:37:40 UTC (rev 618) @@ -225,7 +225,9 @@ --enable-std_iostreams \ --enable-std_string \ --enable-stl \ - --with-gtk + --with-gtk \ + --enable-debug \ + --enable-debug_gdb </PRE> The <TT>prefix</TT> option is used so that the resulting wxWidgets build @@ -316,7 +318,9 @@ --enable-std_iostreams \ --enable-std_string \ --enable-stl \ - --with-mac + --with-mac \ + --enable-debug \ + --enable-debug_gdb </PRE> The <TT>prefix</TT> option is used so that the resulting wxWidgets build This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |