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 f37aa33 commit f7b6056Copy full SHA for f7b6056
.github/workflows/cmake.yml
@@ -87,7 +87,7 @@ jobs:
87
if: ${{ matrix.os == 'windows-latest' }}
88
run: >
89
cmake -B build -G Ninja
90
- -D CMAKE_EXE_LINKER_FLAGS="-Wl,--allow-multiple-definition,--stack=1000000000"
+ -D CMAKE_EXE_LINKER_FLAGS="-Wl,--stack=2097152"
91
92
- name: Configure CMake
93
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments