From 652a4489b86ee6d50ddd36b5ddc505b9ff35bb74 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 10 Sep 2003 05:50:46 +0000 Subject: [PATCH] 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 --- docs/mac/makewxmac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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