X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FproofChecker%2FMakefile;h=af48d0a5d1e941ec7d45a6831a6192fdb5be17c4;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=aada8a03066a070dc3e32f94cfa50d1f0c7c5f4c;hpb=ed6f2ada263b5137d139b45c772fbc010b412f26;p=helm.git diff --git a/helm/proofChecker/Makefile b/helm/proofChecker/Makefile index aada8a030..af48d0a5d 100644 --- a/helm/proofChecker/Makefile +++ b/helm/proofChecker/Makefile @@ -1,7 +1,7 @@ BIN_DIR = /usr/local/bin REQUIRES = helm-cic_proof_checking http PREDICATES = -OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" +OCAMLOPTIONS = -package "$(REQUIRES)" -predicates "$(PREDICATES)" -thread OCAMLC = ocamlfind ocamlc $(OCAMLOPTIONS) -g OCAMLOPT = ocamlfind ocamlopt $(OCAMLOPTIONS) OCAMLDEP = ocamldep