Skip to content

Commit 4033e0d

Browse files
committed
debug: explicitly set -m64?
1 parent 2636c55 commit 4033e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def run_msbuild(
656656
# Use ClangCL for better build and runtime performance
657657
# https://github.com/python/cpython/issues/130090
658658
"/p:PlatformToolset=ClangCL",
659-
"/p:AdditionalOptions=/clang:-fms-compatibility-version=19.29 /clang:-Wno-ignored-attributes"
659+
"/p:AdditionalOptions=-m64",
660660
]
661661

662662
if freethreaded:

0 commit comments

Comments
 (0)