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
...for every single build command. It would be wonderful if a couple of the more frequently used flags could provide shorter alternatives. My ideal command line above would be:
$ ocamlbuild -vf -tag thread -pkg core foo.native
(i.e. map -use-classic-display to -v and -use-ocamlfind to -f, since neither of those can be shortened via alternative mechanisms such as a _tags file)
The text was updated successfully, but these errors were encountered:
PR transferred from https://caml.inria.fr/mantis/view.php?id=6053
[original reporter: @avsm ]
We're using ocamlbuild and ocamlfind for all of our examples in Real World OCaml, and it's painfully verbose to use:
...for every single build command. It would be wonderful if a couple of the more frequently used flags could provide shorter alternatives. My ideal command line above would be:
(i.e. map
-use-classic-display
to-v
and-use-ocamlfind
to-f
, since neither of those can be shortened via alternative mechanisms such as a_tags
file)The text was updated successfully, but these errors were encountered: