summaryrefslogtreecommitdiff
path: root/otherlibs/bigarray
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2005-10-19 11:56:24 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2005-10-19 11:56:24 +0000
commit3208ffd4278c821fcbbb3bdca34d26cb6f49e454 (patch)
tree123c8371f2415a121f2ed1bf8b56d16fb481ff14 /otherlibs/bigarray
parent9466df99c301e7e2b10f01eb3f13e7a1b6874489 (diff)
downloadocaml-3208ffd4278c821fcbbb3bdca34d26cb6f49e454.tar.gz
Spurious -g option
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7142 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/bigarray')
-rw-r--r--otherlibs/bigarray/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/bigarray/Makefile b/otherlibs/bigarray/Makefile
index 715428fca6..9b4e44257e 100644
--- a/otherlibs/bigarray/Makefile
+++ b/otherlibs/bigarray/Makefile
@@ -16,7 +16,7 @@
include ../../config/Makefile
CC=$(BYTECC)
-CFLAGS=-I../../byterun -g -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
+CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS) $(SHAREDCCCOMPOPTS)
CAMLC=../../ocamlcomp.sh -I ../unix
CAMLOPT=../../ocamlcompopt.sh -I ../unix
MKLIB=../../boot/ocamlrun ../../tools/ocamlmklib