We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling cmx's with -opaque increases the effectiveness of incremental compilation at the expense of the quality of the generated code:
-opaque
-opaque Does not generate cross-module optimization information (reduces necessary recompilation on module change)
dune should allow users to make this trade-off.
We're not entirely sure if passing the flag is enough, and if we also need to hide the module [1].
cc @talex5 who requested this feature
[1] #489 (comment)
The text was updated successfully, but these errors were encountered:
Can this be closed now that #1079 has been merged or is hiding still relevant?
Sorry, something went wrong.
Yup, this can be closed as well.
No branches or pull requests
Compiling cmx's with
-opaque
increases the effectiveness of incremental compilation at the expense of the quality of the generated code:dune should allow users to make this trade-off.
We're not entirely sure if passing the flag is enough, and if we also need to hide the module [1].
cc @talex5 who requested this feature
[1] #489 (comment)
The text was updated successfully, but these errors were encountered: