mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
When compiling with gcc, compile with -W -Wall for maximum warnings.
This commit is contained in:
parent
c1494ac5ab
commit
1a4440ac58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user