Skip to content

Commit

Permalink
try O4
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Sep 16, 2023
1 parent cd0eb46 commit c90b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define ic-wasm
echo "optimize with ic-wasm O3"; \
for f in $(1)/*/*.wasm; do ic-wasm -o $$f $$f optimize O3 --keep-name-section; done
for f in $(1)/*/*.wasm; do ic-wasm -o $$f $$f optimize O4 --keep-name-section; done
endef

define build_with_mops
Expand Down

0 comments on commit c90b946

Please sign in to comment.