Author: ilor
Date: Fri Jul 4 01:35:48 2008
New Revision: 27707
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27707&view=rev
Log:
add -Wall to build=release. I see no reason not to have these warnings on.
Modified:
trunk/SConstruct
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=27707&r1=27706&r2=27707&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Fri Jul 4 01:35:48 2008
@@ -290,7 +290,7 @@
binaries = Split("wesnoth wesnoth_editor wesnothd cutter exploder campaignd
test")
builds = {
"debug" : dict(CXXFLAGS = Split("-O0 -DDEBUG -ggdb3 -W -Wall -ansi")),
- "release" : dict(CXXFLAGS = Split("-O2 -ansi")),
+ "release" : dict(CXXFLAGS = Split("-O2 -ansi -Wall")),
"profile" : dict(CXXFLAGS = "-pg", LINKFLAGS = "-pg")
}
build = env["build"]
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits