Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit fd86a97

Browse files
committed
chore: simplify wasm-opt arguments
1 parent f9c56aa commit fd86a97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: build-frontend
3838
run: |
39-
nix develop --command bash -c "cd frontend && exec ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz"
39+
nix develop --command bash -c "cd frontend && exec ./build.sh --low-memory-unused --converge -O4"
4040
4141
ghcup-build:
4242
name: ghcup-build
@@ -91,7 +91,7 @@ jobs:
9191
- name: build-frontend
9292
run: |
9393
cd frontend
94-
./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
94+
./build.sh --low-memory-unused --converge -O4
9595
9696
non-nix-build:
9797
name: non-nix-build
@@ -133,7 +133,7 @@ jobs:
133133
- name: build-frontend
134134
run: |
135135
cd frontend
136-
./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
136+
./build.sh --low-memory-unused --converge -O4
137137
138138
- name: upload-pages-artifact
139139
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)