Skip to content
Snippets Groups Projects
Commit 8948a656 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed -Wcast-align from --enable-debug with gcc, it just gives too many

warnings that I can't be concerned about at this point.
parent b4e33cfc
No related branches found
No related tags found
No related merge requests found
......@@ -756,7 +756,7 @@ AC_ARG_ENABLE(debug,
CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
CFLAGS="$CFLAGS -g"
if test "$GCC" = "yes"; then
CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wcast-align -Wnested-externs"
CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -pedantic -Wundef -Wpointer-arith -Wnested-externs"
fi
dnl strip off optimizer flags
NEWFLAGS=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment