Commit ccb3a13c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

--enable-debug now sets the following CFLAGS:

-W -Wall -Wwrite-strings -pedantic -g
parent 94a38864
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)