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 2351a07 commit 0f132d0Copy full SHA for 0f132d0
.github/workflows/Windows.yml
@@ -181,6 +181,7 @@ jobs:
181
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" `
182
-DLLVM_TARGETS_TO_BUILD="${{ matrix.llvm_targets_to_build }}" `
183
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
184
+ -DLLVM_ENABLE_ASSERTIONS=ON `
185
-DCMAKE_CXX_COMPILER=clang-cl `
186
-DCMAKE_C_COMPILER=clang-cl `
187
-DCLANG_ENABLE_STATIC_ANALYZER=OFF `
0 commit comments