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.
1 parent 16c9a50 commit 2636c55Copy full SHA for 2636c55
cpython-windows/build.py
@@ -656,6 +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"
660
]
661
662
if freethreaded:
0 commit comments