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

-cflags, -lflags #37

Open
william3 opened this issue Apr 29, 2016 · 2 comments
Open

-cflags, -lflags #37

william3 opened this issue Apr 29, 2016 · 2 comments

Comments

@william3
Copy link

those are very helpful flags that are missing explanations in the doc.
I was looking for flambda flags, did not find them, and then recalled there was a way to use not supported flags, using -cflags and -lflags.

@gasche
Copy link
Owner

gasche commented Apr 29, 2016

Flambda flags have recently been contributed in ocaml/ocamlbuild#68 , and they should part of a release that will be coming out as soon as I have time to send it out.

You are totally right about cflags and lflags missing some documentation, though, they are only obliquely referenced.

@william3
Copy link
Author

actually, -ocamlopt "ocamlopt -O3" seems to work better. It would be nice to group those flags (-cflags, -lflags, -ocamlc, -ocamlopt, -ocamlmklib, ...) as tags useful if features are not supported by ocamlbuild, or for better tuning

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

2 participants