remove -w l

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3803 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2001-09-27 09:04:08 +00:00
parent 42c72b10d6
commit 6206a09106
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ LABLDEP=$(CAMLRUN) $(TOPDIR)/tools/ocamldep
COMPFLAGS=
LINKFLAGS=
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -w l -I $(TOPDIR)/stdlib -labels
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -labels
CAMLOPTLIBR=$(CAMLOPT) -a
MKLIB=$(TOPDIR)/tools/ocamlmklib