Skip to content

Commit 903dd83

Browse files
committed
cmake: /O0 -> /Od
1 parent bd75263 commit 903dd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ set(HOST_TARGET_TRIPLE "${HOST_TARGET_ARCH}-${HOST_TARGET_OS}")
732732
if(MSVC)
733733
set(ZIG_WASM2C_COMPILE_FLAGS "")
734734
set(ZIG1_COMPILE_FLAGS "/Os")
735-
set(ZIG2_COMPILE_FLAGS "/O0")
735+
set(ZIG2_COMPILE_FLAGS "/Od")
736736
set(ZIG2_LINK_FLAGS "/STACK:16777216")
737737
else()
738738
set(ZIG_WASM2C_COMPILE_FLAGS "-std=c99 -O2")

0 commit comments

Comments
 (0)