diff options
author | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2012-07-30 10:00:51 +0000 |
---|---|---|
committer | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2012-07-30 10:00:51 +0000 |
commit | 1641d2d16ec149acc6301dfcf2dbce6b80203a3b (patch) | |
tree | 55b726d2a72e5adc3a80542c6b6226bee682b301 | |
parent | 5ae3458a4d37973e762d419afc0fb582699c4cec (diff) |
Remove -g for ocamlopt in Makefile
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12794 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ include config/Makefile include stdlib/StdlibModules CAMLC=boot/ocamlrun boot/ocamlc -nostdlib -I boot -CAMLOPT=boot/ocamlrun ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink +CAMLOPT=boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink COMPFLAGS=-strict-sequence -w +33..39 -warn-error A $(INCLUDES) LINKFLAGS= |