Skip to content

Commit

Permalink
Renommage option -fast en -unsafe.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@261 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Sep 11, 1995
1 parent 469677c commit 2977939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ beforedepend:: Lex/scanner.ml

.ml.fast.byt:
cp $*.ml $*_fast.ml
$(CAMLC) -fast -o $*.fast.byt $*_fast.ml
$(CAMLC) -unsafe -o $*.fast.byt $*_fast.ml
rm -f $*_fast.ml

.ml.out:
$(CAMLOPT) $(OPTFLAGS) -o $*.out $<

.ml.fast.out:
cp $*.ml $*_fast.ml
$(CAMLOPT) $(OPTFLAGS) -fast -o $*.fast.out $*_fast.ml
$(CAMLOPT) $(OPTFLAGS) -unsafe -o $*.fast.out $*_fast.ml
rm -f $*_fast.ml

.mli.cmi:
Expand Down

0 comments on commit 2977939

Please sign in to comment.