We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-m64
1 parent 2636c55 commit 4033e0dCopy full SHA for 4033e0d
cpython-windows/build.py
@@ -656,7 +656,7 @@ def run_msbuild(
656
# Use ClangCL for better build and runtime performance
657
# https://github.com/python/cpython/issues/130090
658
"/p:PlatformToolset=ClangCL",
659
- "/p:AdditionalOptions=/clang:-fms-compatibility-version=19.29 /clang:-Wno-ignored-attributes"
+ "/p:AdditionalOptions=-m64",
660
]
661
662
if freethreaded:
0 commit comments