Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-optimal build when mli files are missing #82

Open
gerdstolpmann opened this issue Feb 1, 2017 · 0 comments
Open

Non-optimal build when mli files are missing #82

gerdstolpmann opened this issue Feb 1, 2017 · 0 comments

Comments

@gerdstolpmann
Copy link
Collaborator

The build rules are not optimal when mli files are missing, and both bytecode and native code builds are enabled, and the user only requests either a bytecode or native code build. In this case, a special build rule is activated that calls ocamlc and ocamlopt together in order to avoid that partially written cmi files have a bad effect on the build. This is even worse when packs are used in the build (see OCamlPackage and this issue: #73).

There is this ticket for OCaml: https://caml.inria.fr/mantis/view.php?id=7472

Once it is solved there we should revisit the omake build rules, and make the best out of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant