Skip to content

Commit cd62b23

Browse files
committed
ci: don't pass --debuginfo to wasm-opt
1 parent eaa4475 commit cd62b23

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
@@ -64,7 +64,7 @@ jobs:
6464
--with-hc-pkg=wasm32-wasi-ghc-pkg \
6565
--with-hsc2hs=wasm32-wasi-hsc2hs \
6666
update
67-
./build.sh --debuginfo --low-memory-unused --converge --gufa --flatten --rereloop -Oz
67+
./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
6868
6969
non-nix-build:
7070
name: non-nix-build
@@ -96,7 +96,7 @@ jobs:
9696
- name: build-frontend
9797
run: |
9898
cd frontend
99-
./build.sh --debuginfo --low-memory-unused --converge --gufa --flatten --rereloop -Oz
99+
./build.sh --low-memory-unused --converge --gufa --flatten --rereloop -Oz
100100
101101
- name: upload-pages-artifact
102102
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)