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 bd252c5 commit 88e4422Copy full SHA for 88e4422
1 file changed
CMakeLists.txt
@@ -733,7 +733,7 @@ if(MSVC)
733
set(ZIG_WASM2C_COMPILE_FLAGS "")
734
set(ZIG1_COMPILE_FLAGS "/Os")
735
set(ZIG2_COMPILE_FLAGS "/Od")
736
- set(ZIG2_LINK_FLAGS "/STACK:16777216")
+ set(ZIG2_LINK_FLAGS "/STACK:16777216 /FORCE:MULTIPLE")
737
else()
738
set(ZIG_WASM2C_COMPILE_FLAGS "-std=c99 -O2")
739
set(ZIG1_COMPILE_FLAGS "-std=c99 -Os")
0 commit comments