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

use .mllib -> .cmxs instead of .cmxa -> .cmxs #140

Closed
wants to merge 1 commit into from

Conversation

gasche
Copy link
Member

@gasche gasche commented Dec 27, 2016

I'm continuing to explore the "simple" solutions to #131, after #139 that was unconvincing.

This one replaces the rule .cmxa -> .cmxs, which makes it difficult to preserve the stubs and command flags, with a .mllib -> .cmxs as originally proposed by @dbuenzli and @Armael. The hope is that the general flag-gathering machinery, and the existing <foo.cmx>: ... tag lines in the user projects, will magically work out together to get exactly what is needed in the dynamic library. In presence of C stubs, it seems a bit too simple, see @dbuenzli's feature wish on this.

@whitequark
Copy link
Member

The cmxs fix has been merged in master.

@whitequark whitequark closed this Feb 28, 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.

2 participants