get more warnings

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@834 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.8
Jan Kneschke 2005-11-11 12:42:12 +00:00
parent 32879e3663
commit cd76736363
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ opts.AddOptions(
env = Environment(
env = os.environ,
options = opts,
CCFLAGS = Split('-Wall -O2 -g -pedantic -Wunused -Wshadow'),
CCFLAGS = Split('-Wall -O2 -g -W -pedantic -Wunused -Wshadow'),
CPPPATH = Split('#/build'),
# LIBS = [ 'dl' ]
)