get more warnings
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@834 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.8
parent
32879e3663
commit
cd76736363
|
@ -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' ]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue