Skip to content

Commit

Permalink
Fix dynlink
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Aug 17, 2024
1 parent 5b2df28 commit 24f75c5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/haz3lweb/dune
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
(link_flags -linkall)
(modes js)
(js_of_ocaml
(flags :standard --toplevel --dynlink))
(flags :standard --toplevel))
(preprocess
(pps
ppx_yojson_conv
Expand All @@ -81,14 +81,15 @@
(modes js)
(link_flags -linkall)
(js_of_ocaml
(flags :standard --toplevel --dynlink))
(flags :standard --toplevel))
(preprocess
(pps js_of_ocaml-ppx)))

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

0 comments on commit 24f75c5

Please sign in to comment.