projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1494ac
)
When compiling with gcc, compile with -W -Wall for maximum warnings.
author
H. Peter Anvin
<hpa@zytor.com>
Fri, 13 Apr 2007 19:59:20 +0000
(19:59 +0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Fri, 13 Apr 2007 19:59:20 +0000
(19:59 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index e39f63462c8649b7e74c605a2dc26b98729dfe26..74e784c5f58ece4d77d7783dcc2dd0041e0238aa 100644
(file)
--- 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
-W
all -std=c99 -pedantic"
else
GCCFLAGS=
fi