ocaml / dune

A composable build system for OCaml.
https://dune.build/
MIT License
1.63k stars 406 forks source link

Minor improvements for Build_info and install #2565

Open jberdine opened 5 years ago

jberdine commented 5 years ago

I noticed a few things about Build_info and related use of dune install that could be improved.

Kakadu commented 3 months ago

Also build info introduces a compilation warning which is a little bit annoying

Warning 58 [no-cmx-file]: no cmx file was found in path for module Build_info__Build_info_data,
and its interface was not compiled with -opaque