Skip to content

Commit 2636c55

Browse files
committed
debug: Try setting some clang compatibility flags?
1 parent 16c9a50 commit 2636c55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-windows/build.py

+1
Original file line numberDiff line numberDiff line change
@@ -656,6 +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"
659660
]
660661

661662
if freethreaded:

0 commit comments

Comments
 (0)