diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-08-14 08:49:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-08-14 08:49:16 +0000 |
commit | ccb3a13ce6ad5e5c3c5e0411ca57c8dd904f3d0d (patch) | |
tree | c345d122ef7cc4360aab87ad15cdddcf4348225e /configure.in | |
parent | 94a3886455cab170011db70c0730bf8505789a99 (diff) | |
download | curl-ccb3a13ce6ad5e5c3c5e0411ca57c8dd904f3d0d.tar.gz |
--enable-debug now sets the following CFLAGS:
-W -Wall -Wwrite-strings -pedantic -g
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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) |