Add more optimisations to release mode
This commit is contained in:
parent
e77a43d9a4
commit
947102cccf
@ -112,7 +112,7 @@ if(GetOption('lin32') or GetOption('lin64')):
|
||||
|
||||
|
||||
if(GetOption('release')):
|
||||
env.Append(CCFLAGS='-O3')
|
||||
env.Append(CCFLAGS=['-O3', '-ftree-vectorize', '-msse2', '-funsafe-math-optimizations', '-ffast-math', '-fomit-frame-pointer', '-funsafe-loop-optimizations', '-Wunsafe-loop-optimizations'])
|
||||
|
||||
if(GetOption('opengl')):
|
||||
env.Append(CPPDEFINES=["OGLI", "PIX32OGL"])
|
||||
|
Reference in New Issue
Block a user