[Super-tux-commit] supertux configure.ac,1.32,1.33
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-09-08 20:21:55
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9097 Modified Files: configure.ac Log Message: do nto enable debug by default, otherwise we'll forget to disable that before making a release Index: configure.ac =================================================================== RCS file: /cvsroot/super-tux/supertux/configure.ac,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- configure.ac 10 Aug 2004 11:32:54 -0000 1.32 +++ configure.ac 8 Sep 2004 20:21:47 -0000 1.33 @@ -48,7 +48,7 @@ AC_MSG_CHECKING(for debug mode) AC_ARG_ENABLE(debug, - AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="yes") + AC_HELP_STRING([--enable-debug], [enable debugging mode]),, enable_debug="no") if test "x${enable_debug}" != "xno"; then CXXFLAGS="$CXXFLAGS -Wall -Werror -DDEBUG -O3 -g" AC_MSG_RESULT([enabled]) |