mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
--enable-debug now sets the following CFLAGS:
-W -Wall -Wwrite-strings -pedantic -g
This commit is contained in:
parent
94a3886455
commit
ccb3a13ce6
@ -58,7 +58,7 @@ AC_ARG_ENABLE(debug,
|
|||||||
*) AC_MSG_RESULT(yes)
|
*) AC_MSG_RESULT(yes)
|
||||||
|
|
||||||
CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
|
CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
|
||||||
CFLAGS="-Wall -pedantic -g"
|
CFLAGS="-W -Wall -Wwrite-strings -pedantic -g"
|
||||||
;;
|
;;
|
||||||
esac ],
|
esac ],
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
Loading…
Reference in New Issue
Block a user