projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e74b209
)
playing with more strict gcc warnings with --enable-debug
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 18 Jan 2002 13:00:13 +0000
(13:00 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 18 Jan 2002 13:00:13 +0000
(13:00 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
ea23bf9
..
ba7d0c3
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-69,7
+69,7
@@
AC_ARG_ENABLE(debug,
*) AC_MSG_RESULT(yes)
CPPFLAGS="$CPPFLAGS -DMALLOCDEBUG"
- CFLAGS="-W -Wall -Wwrite-strings -pedantic -g"
+ CFLAGS="-W -Wall -Wwrite-strings -pedantic -
Wundef -Wpointer-arith -Wcast-align -Wnested-externs -
g"
;;
esac ],
AC_MSG_RESULT(no)