Raise default optimization level to 1.

This commit is contained in:
JoelKatz
2013-09-06 11:49:06 -07:00
parent 2d9d00c2ef
commit 65009c77a7

View File

@@ -207,7 +207,7 @@ if not OSX:
DEBUGFLAGS = ['-g', '-DDEBUG']
env.Append(CCFLAGS = ['-pthread', '-Wall', '-Wno-sign-compare', '-Wno-char-subscripts']+DEBUGFLAGS)
env.Append(CXXFLAGS = ['-O0', '-pthread', '-Wno-invalid-offsetof', '-Wformat']+DEBUGFLAGS)
env.Append(CXXFLAGS = ['-O1', '-pthread', '-Wno-invalid-offsetof', '-Wformat']+DEBUGFLAGS)
# RTTI is required for Beast and CountedObject.