1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05:00

--enable-debug now sets the following CFLAGS:

-W -Wall -Wwrite-strings -pedantic -g
This commit is contained in:
Daniel Stenberg 2001-08-14 08:49:16 +00:00
parent 94a3886455
commit ccb3a13ce6

View 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)