-removed buggy flags, makes mingw+32 bits+optimized work again,
This commit is contained in:
parent
85d9f72b8a
commit
d826b1db2a
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ def configure(env):
|
|||
|
||||
if (env["target"]=="release"):
|
||||
|
||||
env.Append(CCFLAGS=['-ffast-math','-fomit-frame-pointer','-msse2'])
|
||||
env.Append(CCFLAGS=['-msse2'])
|
||||
|
||||
if (env["bits"]=="64"):
|
||||
env.Append(CCFLAGS=['-O3'])
|
||||
|
|
Loading…
Reference in a new issue