Add a new bin_annot tag to OCamlbuild.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13088 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jonathan Protzenko 2012-11-10 15:02:56 +00:00
parent ec7ac9cb3d
commit 76f3646b12
2 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,9 @@ Feature wishes:
- PR#5795: Generate sqrtsd opcode instead of external call to sqrt on amd64
- PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarrays
Tools:
- OCamlbuild now features a bin_annot tag to generate .cmt files.
OCaml 4.00.2:
-------------

View File

@ -533,6 +533,7 @@ flag ["ocaml"; "link"; "native"; "output_obj"] (A"-output-obj");;
flag ["ocaml"; "link"; "byte"; "output_obj"] (A"-output-obj");;
flag ["ocaml"; "dtypes"; "compile"] (A "-dtypes");;
flag ["ocaml"; "annot"; "compile"] (A "-annot");;
flag ["ocaml"; "bin_annot"; "compile"] (A "-bin-annot");;
flag ["ocaml"; "rectypes"; "compile"] (A "-rectypes");;
flag ["ocaml"; "rectypes"; "infer_interface"] (A "-rectypes");;
flag ["ocaml"; "rectypes"; "doc"] (A "-rectypes");;