]> git.saurik.com Git - wxWidgets.git/commitdiff
remove gdb debug related configuration option which causes problems with Apple Develo...
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 10 Sep 2003 05:48:57 +0000 (05:48 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 10 Sep 2003 05:48:57 +0000 (05:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/mac/makewxmac

index c3afecd3618c42fb7d40c937ddd22c22262cc25a..6f1cf416019d0c972a2a5cc8f186431fcb07de18 100755 (executable)
@@ -9,7 +9,7 @@ if [ ! -f ./configure ]; then
   CONFIG=../configure
 fi
 
-CONFIG="$CONFIG --disable-shared --enable-debug --enable-debug_cntxt --enable-debug_gdb --with-threads --without-sockets --without-odbc --enable-mem_tracing"
+CONFIG="$CONFIG --disable-shared --enable-debug --enable-debug_cntxt --with-threads --without-sockets --without-odbc --enable-mem_tracing"
 
 echo Invoking $CONFIG