Skip to content

Commit

Permalink
Added -Wall to debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 2, 2002
1 parent 22412b9 commit bc4f230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit bc4f230

Please sign in to comment.