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

Commit bf95a0b

Browse files
committed
ci: don't pass --debuginfo to wasm-opt
1 parent 34541f7 commit bf95a0b

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: build-frontend
2424
run: |
25-
nix develop --command bash -c "cd frontend && wasm32-wasi-cabal update && exec ./build.sh --debuginfo --low-memory-unused --converge --gufa --flatten --rereloop -Oz"
25+
nix develop --command bash -c "cd frontend && wasm32-wasi-cabal update && exec ./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz"
2626
2727
ghcup-build:
2828
name: ghcup-build
@@ -60,7 +60,7 @@ jobs:
6060
--with-hc-pkg=wasm32-wasi-ghc-pkg \
6161
--with-hsc2hs=wasm32-wasi-hsc2hs \
6262
update
63-
./build.sh --debuginfo --low-memory-unused --converge --gufa --flatten --rereloop -Oz
63+
./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
6464
6565
non-nix-build:
6666
name: non-nix-build
@@ -88,7 +88,7 @@ jobs:
8888
- name: build-frontend
8989
run: |
9090
cd frontend
91-
./build.sh --debuginfo --low-memory-unused --converge --gufa --flatten --rereloop -Oz
91+
./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
9292
9393
- name: upload-pages-artifact
9494
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)