aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-08-14 08:49:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-08-14 08:49:16 +0000
commitccb3a13ce6ad5e5c3c5e0411ca57c8dd904f3d0d (patch)
treec345d122ef7cc4360aab87ad15cdddcf4348225e /configure.in
parent94a3886455cab170011db70c0730bf8505789a99 (diff)
--enable-debug now sets the following CFLAGS:
-W -Wall -Wwrite-strings -pedantic -g
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3cdb8c9d8..ed905049c 100644
--- a/configure.in
+++ b/configure.in
@@ -58,7 +58,7 @@ AC_ARG_ENABLE(debug,
*) AC_MSG_RESULT(yes)
CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
- CFLAGS="-Wall -pedantic -g"
+ CFLAGS="-W -Wall -Wwrite-strings -pedantic -g"
;;
esac ],
AC_MSG_RESULT(no)