projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3265272
)
do nto enable debug by default, otherwise we'll forget to disable that before making...
author
Matthias Braun
<matze@braunis.de>
Wed, 8 Sep 2004 20:21:47 +0000
(20:21 +0000)
committer
Matthias Braun
<matze@braunis.de>
Wed, 8 Sep 2004 20:21:47 +0000
(20:21 +0000)
SVN-Revision: 1879
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
4704331
..
cf81dc0
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-48,7
+48,7
@@
fi
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])