summaryrefslogtreecommitdiffstats
path: root/stdlib
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 /stdlib
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 'stdlib')
-rwxr-xr-xstdlib/Makefile.shared4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Makefile.shared b/stdlib/Makefile.shared
index e9d5940a9..80c40d600 100755
--- a/stdlib/Makefile.shared
+++ b/stdlib/Makefile.shared
@@ -15,10 +15,10 @@ include ../config/Makefile
RUNTIME=../boot/ocamlrun
COMPILER=../ocamlc
CAMLC=$(RUNTIME) $(COMPILER)
-COMPFLAGS=-strict-sequence -w +33..39 -g -warn-error A -nostdlib
+COMPFLAGS=-strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib
OPTCOMPILER=../ocamlopt
CAMLOPT=$(RUNTIME) $(OPTCOMPILER)
-OPTCOMPFLAGS=-warn-error A -nostdlib -g
+OPTCOMPFLAGS=-warn-error A -nostdlib -g -bin-annot
CAMLDEP=../boot/ocamlrun ../tools/ocamldep
OBJS=pervasives.cmo $(OTHERS)