Skip to content

Commit f7b6056

Browse files
Test adding unlimited stack size for tests
1 parent f37aa33 commit f7b6056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
if: ${{ matrix.os == 'windows-latest' }}
8888
run: >
8989
cmake -B build -G Ninja
90-
-D CMAKE_EXE_LINKER_FLAGS="-Wl,--allow-multiple-definition,--stack=1000000000"
90+
-D CMAKE_EXE_LINKER_FLAGS="-Wl,--stack=2097152"
9191
9292
- name: Configure CMake
9393
# 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

Comments
 (0)