summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMark Shinwell <mshinwell@janestreet.com>2014-03-07 14:47:30 +0000
committerMark Shinwell <mshinwell@janestreet.com>2014-03-07 14:47:30 +0000
commit1f4de8b799dceee2b99a43bb51a66346d9409d68 (patch)
treef3837d472e01427ab7909c78fa4be5dda57d1b15 /Makefile
parentccf516168fc5c2570c77ed3dfe8ec973c342e97e (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7b24391c..3d2d30917 100644
--- a/Makefile
+++ b/Makefile
@@ -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