diff options
| author | Juan Linietsky | 2016-02-04 19:37:30 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-02-04 19:38:16 -0300 |
| commit | d826b1db2a12ac1fdb75029799700e01a43f944b (patch) | |
| tree | 4ccae3cdb17b798914d81277b1ff7eecd2502fce /platform/windows/detect.py | |
| parent | 85d9f72b8ad92a3e58449af27679c306128d3cb6 (diff) | |
| download | godot-d826b1db2a12ac1fdb75029799700e01a43f944b.tar.gz godot-d826b1db2a12ac1fdb75029799700e01a43f944b.tar.zst godot-d826b1db2a12ac1fdb75029799700e01a43f944b.zip | |
-removed buggy flags, makes mingw+32 bits+optimized work again,
Diffstat (limited to 'platform/windows/detect.py')
| -rw-r--r-- | platform/windows/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 397ca078f..1ad0f164d 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -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']) |
