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

fixes compilation flags for OCaml plugins #1401

Merged
merged 1 commit into from Dec 14, 2017

Conversation

ivg
Copy link
Contributor

@ivg ivg commented Dec 13, 2017

The -linkall option is needed for a plugin to be standalone, otherwise it will miss those dependencies that are not used. Thus, without this option, the generated cmxs file is unusable (i.e., it can't be used to load the z3ml in runtime, since it misses z3.cmx module).

The `-linkall` option is needed for a plugin to be standalone,
otherwise it will miss those dependencies that are not used.
@NikolajBjorner
Copy link
Contributor

thanks

@wintersteiger wintersteiger merged commit 30a02ff into Z3Prover:master Dec 14, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants