Skip to content

Commit

Permalink
Add js_of_caml env stanzas to pretty and haz3lschool
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Aug 9, 2024
1 parent 458dd6c commit 990f5e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/haz3lschool/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
(libraries ppx_yojson_conv.expander haz3lcore haz3lschool)
(preprocess
(pps ppx_yojson_conv ppx_let ppx_sexp_conv ppx_deriving.show)))

(env
(dev
(js_of_ocaml
(flags :standard --debuginfo --noinline --dynlink --linkall --sourcemap)))
(release
(js_of_ocaml
(flags :standard))))
8 changes: 8 additions & 0 deletions src/pretty/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
(libraries util sexplib)
(preprocess
(pps ppx_let ppx_sexp_conv)))

(env
(dev
(js_of_ocaml
(flags :standard --debuginfo --noinline --dynlink --linkall --sourcemap)))
(release
(js_of_ocaml
(flags :standard))))

0 comments on commit 990f5e8

Please sign in to comment.