Skip to content

Commit

Permalink
-removed buggy flags, makes mingw+32 bits+optimized work again,
Browse files Browse the repository at this point in the history
  • Loading branch information
reduz committed Feb 4, 2016
1 parent 85d9f72 commit d826b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit d826b1d

Please sign in to comment.