Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable GC cases
  • Loading branch information
kentosugama authored Jun 29, 2023
commit b0d5d06daec0ae9a40c95a6ebd4f8f22245371fc
1 change: 0 additions & 1 deletion motoko/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build:
dfx build; \
echo "Optimize with ic-wasm level 3"; \
for f in .dfx/local/canisters/*/*.wasm; do ic-wasm -o $$f $$f shrink --optimize O3 --keep-name-section; done; \
for f in *.wasm; do ic-wasm -o $$f $$f shrink --optimize O3 --keep-name-section; done; \
rm mops.toml; \
cd ..

Expand Down