]> git.saurik.com Git - wxWidgets.git/commitdiff
added -O0 to debug flags to disable optimisation - might break things for non-gcc
authorKarsten Ballüder <ballueder@usa.net>
Mon, 20 Jul 1998 11:25:50 +0000 (11:25 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 20 Jul 1998 11:25:50 +0000 (11:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

install/gtk/configure
install/gtk/configure.in

index f243d9f1968f2727c100339873eed68d13fdb70a..3795ffbcfb95f3970848458c4a04d3b915608ab3 100755 (executable)
@@ -5692,7 +5692,7 @@ fi
 
 WXDEBUG=
 if test "$USE_DEBUG_INFO" = 1 ; then
-  WXDEBUG="-g"
+  WXDEBUG="-g -O0"
 fi
 
 
index 353601aeb5a7dd9573ee35cce8152360373cf468..507f0cdb6c0a0bbb0a1ae3184425e82cea86b223 100644 (file)
@@ -951,7 +951,7 @@ fi
 
 WXDEBUG=
 if test "$USE_DEBUG_INFO" = 1 ; then
-  WXDEBUG="-g"
+  WXDEBUG="-g -O0"
 fi
 AC_SUBST(WXDEBUG)