Skip to content

Commit 88e4422

Browse files
committed
cmake: add /FORCE:MULTIPLE to handle fabsl being defined in compiler_rt as well as libcmpt
1 parent bd252c5 commit 88e4422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ if(MSVC)
733733
set(ZIG_WASM2C_COMPILE_FLAGS "")
734734
set(ZIG1_COMPILE_FLAGS "/Os")
735735
set(ZIG2_COMPILE_FLAGS "/Od")
736-
set(ZIG2_LINK_FLAGS "/STACK:16777216")
736+
set(ZIG2_LINK_FLAGS "/STACK:16777216 /FORCE:MULTIPLE")
737737
else()
738738
set(ZIG_WASM2C_COMPILE_FLAGS "-std=c99 -O2")
739739
set(ZIG1_COMPILE_FLAGS "-std=c99 -Os")

0 commit comments

Comments
 (0)