| ... | @@ -732,7 +732,7 @@ set(BUILD_ZIG2_ARGS | ... | @@ -732,7 +732,7 @@ set(BUILD_ZIG2_ARGS |
| 732 | zig2 | 732 | zig2 |
| 733 | "${ZIG1_WASM_ZST_SOURCE}" | 733 | "${ZIG1_WASM_ZST_SOURCE}" |
| 734 | build-exe src/main.zig -ofmt=c -lc | 734 | build-exe src/main.zig -ofmt=c -lc |
| 735 | -OReleaseFast | 735 | -OReleaseSmall |
| 736 | ) | 736 | ) |
| 737 | | 737 | |
| 738 | add_custom_command( | 738 | add_custom_command( |
| ... | @@ -750,7 +750,7 @@ set(BUILD_COMPILER_RT_ARGS | ... | @@ -750,7 +750,7 @@ set(BUILD_COMPILER_RT_ARGS |
| 750 | compiler_rt | 750 | compiler_rt |
| 751 | "${CMAKE_SOURCE_DIR}/stage1/zig1.wasm.zst" | 751 | "${CMAKE_SOURCE_DIR}/stage1/zig1.wasm.zst" |
| 752 | build-obj lib/compiler_rt.zig -ofmt=c | 752 | build-obj lib/compiler_rt.zig -ofmt=c |
| 753 | -OReleaseFast | 753 | -OReleaseSmall |
| 754 | ) | 754 | ) |
| 755 | | 755 | |
| 756 | add_custom_command( | 756 | add_custom_command( |