You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: