diff options
Diffstat (limited to 'ocaml-binary-annot/Makefile')
-rw-r--r-- | ocaml-binary-annot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml-binary-annot/Makefile b/ocaml-binary-annot/Makefile index 097afb7a88..34da2b6559 100644 --- a/ocaml-binary-annot/Makefile +++ b/ocaml-binary-annot/Makefile @@ -18,7 +18,7 @@ include config/Makefile include stdlib/StdlibModules CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot -g -annot -CAMLOPT=boot/ocamlrun ./ocamlopt -I -nostdlib -I stdlib -I otherlibs/dynlink +CAMLOPT=boot/ocamlrun ./ocamlopt -I -nostdlib -I stdlib -I otherlibs/dynlink -annot COMPFLAGS=-strict-sequence -warn-error A $(INCLUDES) LINKFLAGS= |