remove gdb debug related configuration option which causes problems with Apple D

eveloper Tools assembler


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2003-09-10 05:50:46 +00:00
parent 84a4784aba
commit 652a4489b8

View File

@@ -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