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:
Karsten Ballüder
1998-07-20 11:25:50 +00:00
parent 9480f5d151
commit 3d6a5e3c5b
2 changed files with 2 additions and 2 deletions

View File

@@ -5692,7 +5692,7 @@ fi
WXDEBUG=
if test "$USE_DEBUG_INFO" = 1 ; then
WXDEBUG="-g"
WXDEBUG="-g -O0"
fi

View File

@@ -951,7 +951,7 @@ fi
WXDEBUG=
if test "$USE_DEBUG_INFO" = 1 ; then
WXDEBUG="-g"
WXDEBUG="-g -O0"
fi
AC_SUBST(WXDEBUG)