diff options
author | Alain Frisch <alain@frisch.fr> | 2014-09-24 16:03:17 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2014-09-24 16:03:17 +0000 |
commit | fc4e2cd892f5a69b38c5c31396ffdfdf68d93b5a (patch) | |
tree | e31670a0931635dcf344bea4b1d8dbe735c42d2e /Makefile | |
parent | 9bd004420f558886669f9dd56c44f992ce4d3912 (diff) | |
download | ocaml-fc4e2cd892f5a69b38c5c31396ffdfdf68d93b5a.tar.gz |
Cleanup.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/abstract_intel_emit@15330 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ include config/Makefile include stdlib/StdlibModules CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot -g -CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink +CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -inline 0 COMPFLAGS=-strict-sequence -w +33..39+48 -warn-error A -bin-annot \ -safe-string $(INCLUDES) LINKFLAGS= |