mirror of
https://github.com/godotengine/godot.git
synced 2025-02-14 23:01:25 +00:00
-removed buggy flags, makes mingw+32 bits+optimized work again,
This commit is contained in:
parent
85d9f72b8a
commit
d826b1db2a
@ -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 New Issue
Block a user