diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2000-03-13 14:10:09 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2000-03-13 14:10:09 +0000 |
commit | b658e638ef0586b55e5d2458a6de0616b74575ae (patch) | |
tree | 728f9ad0b515753ad0223eef0d19b907f667753e /otherlibs | |
parent | 63edba447d0d17770b89ee6922d503f5280050f8 (diff) |
Flags de compilation pour la version opt.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2954 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/labltk/support/Makefile.common | 2 | ||||
-rw-r--r-- | otherlibs/labltk/support/Makefile.common.nt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/otherlibs/labltk/support/Makefile.common b/otherlibs/labltk/support/Makefile.common index 9696936dd..f40bfdacb 100644 --- a/otherlibs/labltk/support/Makefile.common +++ b/otherlibs/labltk/support/Makefile.common @@ -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 diff --git a/otherlibs/labltk/support/Makefile.common.nt b/otherlibs/labltk/support/Makefile.common.nt index 1891f9d39..b02bf3ae3 100644 --- a/otherlibs/labltk/support/Makefile.common.nt +++ b/otherlibs/labltk/support/Makefile.common.nt @@ -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 |