|
@@ -419,7 +419,7 @@
|
|
globals.SetOption("cc_opts", "linker", "-c")
|
|
globals.SetOption("cc_opts", "linker", "-c")
|
|
globals.SetOption("cc_opts", "optimization", "-O3")
|
|
globals.SetOption("cc_opts", "optimization", "-O3")
|
|
if bmk.CPU() == "x64" then
|
|
if bmk.CPU() == "x64" then
|
|
- globals.SetOption("cc_opts", "simd", "-msse4")
|
|
|
|
|
|
+ globals.SetOption("cc_opts", "simd", "-msse3")
|
|
end
|
|
end
|
|
|
|
|
|
if bmk.IsDebugBuild() == 0 then
|
|
if bmk.IsDebugBuild() == 0 then
|