summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-04-13 19:59:20 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-04-13 19:59:20 +0000
commit1a4440ac5860cb410895023b28f812f2c481c041 (patch)
treef0baf92ceb98655c62e36d314861748dff27f529 /configure.in
parentc1494ac5abcdbdb1a6b4c56eb845b0d7694a853b (diff)
downloadnasm-1a4440ac5860cb410895023b28f812f2c481c041.tar.gz
nasm-1a4440ac5860cb410895023b28f812f2c481c041.tar.bz2
nasm-1a4440ac5860cb410895023b28f812f2c481c041.zip
When compiling with gcc, compile with -W -Wall for maximum warnings.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e39f634..74e784c 100644
--- a/configure.in
+++ b/configure.in
@@ -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