From a9c24cb11986ae440d1d4041f4c97a2464211546 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 26 Apr 2005 17:21:12 +0000 Subject: [PATCH] added test.opt target --- helm/ocaml/metadata/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/ocaml/metadata/Makefile b/helm/ocaml/metadata/Makefile index e6b35738f..3535d485d 100644 --- a/helm/ocaml/metadata/Makefile +++ b/helm/ocaml/metadata/Makefile @@ -16,6 +16,8 @@ all: test: test.ml $(PACKAGE).cma $(OCAMLFIND) ocamlc -thread -package mysql,helm-metadata -linkpkg -o $@ $< +test.opt: test.ml $(PACKAGE).cmxa + $(OCAMLFIND) opt -thread -package mysql,helm-metadata -linkpkg -o $@ $< test_query: test_query.ml $(PACKAGE).cma $(OCAMLFIND) ocamlc -thread -package mysql,helm-metadata -linkpkg -o $@ $< -- 2.39.2