From ccb3a13ce6ad5e5c3c5e0411ca57c8dd904f3d0d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Aug 2001 08:49:16 +0000 Subject: [PATCH] --enable-debug now sets the following CFLAGS: -W -Wall -Wwrite-strings -pedantic -g --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)