Added -Wall to debug builds.

This commit is contained in:
Ryan C. Gordon 2002-06-02 03:50:16 +00:00
parent 22412b925b
commit bc4f230542
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if test x$enable_debug = xyes; then
else
CFLAGS="-O0"
fi
CFLAGS="$CFLAGS -Werror"
CFLAGS="$CFLAGS -Werror -Wall"
AC_DEFINE(DEBUG)
AC_DEFINE(DEBUG_CHATTER)
else