We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8bb5e commit 16c9a50Copy full SHA for 16c9a50
cpython-windows/build.py
@@ -653,6 +653,9 @@ def run_msbuild(
653
# This can also work around known incompatibilities with the Windows 11
654
# SDK as of at least CPython 3.9.7.
655
f"/property:DefaultWindowsSDKVersion={windows_sdk_version}",
656
+ # Use ClangCL for better build and runtime performance
657
+ # https://github.com/python/cpython/issues/130090
658
+ "/p:PlatformToolset=ClangCL",
659
]
660
661
if freethreaded:
0 commit comments