mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:13:46 +03:00
playing with more strict gcc warnings with --enable-debug
This commit is contained in:
parent
e74b20926d
commit
e4cd4cf3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ AC_ARG_ENABLE(debug,
|
|||
*) AC_MSG_RESULT(yes)
|
||||
|
||||
CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
|
||||
CFLAGS="-W -Wall -Wwrite-strings -pedantic -g"
|
||||
CFLAGS="-W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wcast-align -Wnested-externs -g"
|
||||
;;
|
||||
esac ],
|
||||
AC_MSG_RESULT(no)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue