added -O0 to debug flags to disable optimisation - might break things for non-gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
install/gtk/configure
vendored
2
install/gtk/configure
vendored
@@ -5692,7 +5692,7 @@ fi
|
||||
|
||||
WXDEBUG=
|
||||
if test "$USE_DEBUG_INFO" = 1 ; then
|
||||
WXDEBUG="-g"
|
||||
WXDEBUG="-g -O0"
|
||||
fi
|
||||
|
||||
|
||||
|
@@ -951,7 +951,7 @@ fi
|
||||
|
||||
WXDEBUG=
|
||||
if test "$USE_DEBUG_INFO" = 1 ; then
|
||||
WXDEBUG="-g"
|
||||
WXDEBUG="-g -O0"
|
||||
fi
|
||||
AC_SUBST(WXDEBUG)
|
||||
|
||||
|
Reference in New Issue
Block a user