Skip to content

Commit

Permalink
Disable shortvar for reducing jsoo bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Nov 12, 2023
1 parent 16495fa commit 8428454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pfioooouuuu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: opam install yourbones yourbones-ppx yourbones_js yourbones_js-beacon
- run: opam install yocaml
- run: opam install yocaml_unix yocaml_yaml yocaml_jingoo yocaml_syndication
- run: opam exec -- dune build
- run: opam exec -- dune build --profile=release
- run: opam exec -- dune exec bin/capsule_cli/capsule.exe -- build

- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion bin/capsule_client/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(preprocess
(pps js_of_ocaml-ppx))
(js_of_ocaml
(flags :standard))
(flags :standard --disable shortvar))
(promote
(until-clean)
(into "../../hell/_build")
Expand Down

0 comments on commit 8428454

Please sign in to comment.