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 a6778f7 commit dd13617Copy full SHA for dd13617
1 file changed
.github/workflows/cmake.yml
@@ -234,7 +234,7 @@ jobs:
234
- name: Configure CMake
235
shell: bash
236
working-directory: ${{github.workspace}}
237
- run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
+ 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="/Zm200 /bigobj"
238
239
- name: Build
240
0 commit comments