Flags de compilation pour la version opt.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2954 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2000-03-13 14:10:09 +00:00
parent 63edba447d
commit b658e638ef
2 changed files with 3 additions and 3 deletions

View File

@ -23,5 +23,5 @@ LABLDEP=$(CAMLRUN) $(TOPDIR)/tools/ocamldep
COMPFLAGS=
LINKFLAGS=
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -modern -w s
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -modern
CAMLOPTLIBR=$(CAMLOPT) -a

View File

@ -17,7 +17,7 @@ TKLINKOPT=$(STATIC) -cclib ../support/liblabltk41.lib \
CAMLRUN=$(EXEDIR)\boot\ocamlrun
LABLC=$(CAMLRUN) $(TOPDIR)/ocamlc -I $(TOPDIR)/stdlib
LABLCOMP=$(LABLC) -w s -modern -c
LABLCOMP=$(LABLC) -modern -c
LABLYACC=$(EXEDIR)\boot\ocamlyacc -v
LABLLEX=$(CAMLRUN) $(TOPDIR)/boot/ocamllex
LABLLIBR=$(LABLC) -a
@ -25,5 +25,5 @@ LABLDEP=$(CAMLRUN) $(TOPDIR)/tools/ocamldep
COMPFLAGS=
LINKFLAGS=
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -modern -w s
CAMLOPT=$(CAMLRUN) $(TOPDIR)/ocamlopt -I $(TOPDIR)/stdlib -modern
CAMLOPTLIBR=$(CAMLOPT) -a