added -O0 to debug flags to disable optimisation - might break things for non-gcc
[wxWidgets.git] / install / gtk / configure
index f243d9f1968f2727c100339873eed68d13fdb70a..3795ffbcfb95f3970848458c4a04d3b915608ab3 100755 (executable)
@@ -5692,7 +5692,7 @@ fi
 
 WXDEBUG=
 if test "$USE_DEBUG_INFO" = 1 ; then
-  WXDEBUG="-g"
+  WXDEBUG="-g -O0"
 fi