[Super-tux-commit] supertux configure.ac,1.18,1.19
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-25 22:23:30
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9084 Modified Files: configure.ac Log Message: Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- configure.ac 25 Apr 2004 18:38:49 -0000 1.18 +++ configure.ac 25 Apr 2004 22:23:17 -0000 1.19 @@ -44,7 +44,7 @@ AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="yes") if test "x${enable_debug}" != "xno"; then - CXXFLAGS="$CXXFLAGS -Wall -W -DDEBUG" + CXXFLAGS="$CXXFLAGS -Wall -W -DDEBUG -O0 -g3" AC_MSG_RESULT([enabled]) else AC_MSG_RESULT([disabled]) |