From: Gilles Depeyrot Date: Wed, 10 Sep 2003 05:48:57 +0000 (+0000) Subject: remove gdb debug related configuration option which causes problems with Apple Develo... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb216e2e45a3c370319430e6feb69fb66506e179 remove gdb debug related configuration option which causes problems with Apple Developer Tools assembler git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/mac/makewxmac b/docs/mac/makewxmac index c3afecd361..6f1cf41601 100755 --- a/docs/mac/makewxmac +++ b/docs/mac/makewxmac @@ -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