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 b97af69 commit 4664b01Copy full SHA for 4664b01
.github/workflows/cmake.yml
@@ -231,7 +231,7 @@ jobs:
231
232
- name: Configure CMake
233
working-directory: ${{github.workspace}}
234
- run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="/EHsc /Zm200 /bigobj"
+ run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="/EHsc /Zm500 /bigobj"
235
236
- name: Build
237
0 commit comments