Skip to content

Commit

Permalink
Suppress no-cmx-file warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 28, 2023
1 parent 6b1dce9 commit deb12f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/build-info/dune
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@
(mode (promote (until-clean) (only configOcaml.ml))) ; replace existing file in source tree, even if releasing (only overrides)
(action (write-file %{target} "(* Automatically regenerated, changes do not persist! *)\nlet flambda = \"%{ocaml-config:flambda}\"")))

(env
(_
(flags (:standard -w -no-cmx-file)))) ; suppress warning from flambda compiler bug: https://github.com/ocaml/dune/issues/3277

0 comments on commit deb12f4

Please sign in to comment.