Skip to content

Commit 5201dfb

Browse files
0xcafeb33fberarma
andcommitted
Windows x86_64 GCC: Disable Theora assembly optimizations
Co-authored-by: Bernat Arlandis <[email protected]>
1 parent 394508d commit 5201dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/windows/detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ def configure_mingw(env: "SConsEnvironment"):
732732
if env["use_static_cpp"]:
733733
env.Append(LINKFLAGS=["-static"])
734734

735-
if env["arch"] in ["x86_32", "x86_64"]:
735+
if env["arch"] == "x86_32":
736736
env["x86_libtheora_opt_gcc"] = True
737737

738738
env.Append(CCFLAGS=["-ffp-contract=off"])

0 commit comments

Comments
 (0)