mirror of
https://github.com/curl/curl.git
synced 2026-06-04 09:24:20 +03:00
--enable-debug now sets the following CFLAGS:
-W -Wall -Wwrite-strings -pedantic -g
This commit is contained in:
parent
94a3886455
commit
ccb3a13ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue