diff options
author | Mark Shinwell <mshinwell@janestreet.com> | 2014-03-07 14:47:30 +0000 |
---|---|---|
committer | Mark Shinwell <mshinwell@janestreet.com> | 2014-03-07 14:47:30 +0000 |
commit | 1f4de8b799dceee2b99a43bb51a66346d9409d68 (patch) | |
tree | f3837d472e01427ab7909c78fa4be5dda57d1b15 /Makefile | |
parent | ccf516168fc5c2570c77ed3dfe8ec973c342e97e (diff) |
use -bin-annot when building
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14448 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ include stdlib/StdlibModules CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -COMPFLAGS=-strict-sequence -w +33..39 -warn-error A $(INCLUDES) +COMPFLAGS=-strict-sequence -w +33..39 -warn-error A -bin-annot $(INCLUDES) LINKFLAGS= CAMLYACC=boot/ocamlyacc |