summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2012-07-30 10:00:51 +0000
committerFabrice Le Fessant <Fabrice.Le_fessant@inria.fr>2012-07-30 10:00:51 +0000
commit1641d2d16ec149acc6301dfcf2dbce6b80203a3b (patch)
tree55b726d2a72e5adc3a80542c6b6226bee682b301
parent5ae3458a4d37973e762d419afc0fb582699c4cec (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3b75153e..eeb3b47e6 100644
--- a/Makefile
+++ b/Makefile
@@ -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=