projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added -O0 to debug flags to disable optimisation - might break things for non-gcc
[wxWidgets.git]
/
install
/
gtk
/
configure
diff --git
a/install/gtk/configure
b/install/gtk/configure
index f243d9f1968f2727c100339873eed68d13fdb70a..3795ffbcfb95f3970848458c4a04d3b915608ab3 100755
(executable)
--- a/
install/gtk/configure
+++ b/
install/gtk/configure
@@
-5692,7
+5692,7
@@
fi
WXDEBUG=
if test "$USE_DEBUG_INFO" = 1 ; then
- WXDEBUG="-g"
+ WXDEBUG="-g
-O0
"
fi