Browse Source

-removed buggy flags, makes mingw+32 bits+optimized work again,

Juan Linietsky 9 years ago
parent
commit
d826b1db2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/windows/detect.py

+ 1 - 1
platform/windows/detect.py

@@ -305,7 +305,7 @@ def configure(env):
 
 
 		if (env["target"]=="release"):
 		if (env["target"]=="release"):
 			
 			
-			env.Append(CCFLAGS=['-ffast-math','-fomit-frame-pointer','-msse2'])
+			env.Append(CCFLAGS=['-msse2'])
 
 
 			if (env["bits"]=="64"):
 			if (env["bits"]=="64"):
 				env.Append(CCFLAGS=['-O3'])
 				env.Append(CCFLAGS=['-O3'])