When compiling with gcc, compile with -W -Wall for maximum warnings.

This commit is contained in:
H. Peter Anvin 2007-04-13 19:59:20 +00:00
parent c1494ac5ab
commit 1a4440ac58

View file

@ -60,7 +60,7 @@ fi
AC_PROG_INSTALL
if test "$GCC" = "yes"; then
GCCFLAGS="-Wall -std=c99 -pedantic"
GCCFLAGS="-W -Wall -std=c99 -pedantic"
else
GCCFLAGS=
fi