ocamlbuild: add no_alias_deps tag (patch by Daniel Bünzli)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15055 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
438a6fe77e
commit
0ca6694dc5
|
@ -682,6 +682,7 @@ flag ["ocaml"; "link"; "profile"; "native"] (A "-p");;
|
|||
flag ["ocaml"; "link"; "program"; "custom"; "byte"] (A "-custom");;
|
||||
flag ["ocaml"; "link"; "library"; "custom"; "byte"] (A "-custom");;
|
||||
flag ["ocaml"; "compile"; "profile"; "native"] (A "-p");;
|
||||
flag ["ocaml"; "compile"; "no_alias_deps";] (A "-no-alias-deps");;
|
||||
|
||||
(* threads, with or without findlib *)
|
||||
flag ["ocaml"; "compile"; "thread"] (A "-thread");;
|
||||
|
|
Loading…
Reference in New Issue