--enable-debug now sets the following CFLAGS:
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:49:16 +0000 (08:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:49:16 +0000 (08:49 +0000)
-W -Wall -Wwrite-strings -pedantic -g

configure.in

index 3cdb8c9..ed90504 100644 (file)
@@ -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)