projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eaf322
)
add -Werror flag to debug mode
author
Matthias Braun
<matze@braunis.de>
Mon, 24 May 2004 16:14:42 +0000
(16:14 +0000)
committer
Matthias Braun
<matze@braunis.de>
Mon, 24 May 2004 16:14:42 +0000
(16:14 +0000)
SVN-Revision: 1307
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5f2e244
..
8224c97
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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")
if test "x${enable_debug}" != "xno"; then
- CXXFLAGS="$CXXFLAGS -Wall -W -DDEBUG -O0 -g3"
+ CXXFLAGS="$CXXFLAGS -Wall -W
error
-DDEBUG -O0 -g3"
AC_MSG_RESULT([enabled])
else
AC_MSG_RESULT([disabled])