X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fformal_topology%2Fbin%2FMakefile;h=4b532e262ba8625792b350ea57f3db83bc1b48ed;hb=5fee26d2afb3a67370c92481bfbfdbd9ebed741e;hp=1f2421a9dd28e7be0e1ca6e60ae3ac426ddda82b;hpb=c9a4185ac1fef28e5741b8671abf02e33d04ac0d;p=helm.git diff --git a/helm/software/matita/contribs/formal_topology/bin/Makefile b/helm/software/matita/contribs/formal_topology/bin/Makefile index 1f2421a9d..4b532e262 100644 --- a/helm/software/matita/contribs/formal_topology/bin/Makefile +++ b/helm/software/matita/contribs/formal_topology/bin/Makefile @@ -1,2 +1,2 @@ comb: comb.ml - ocamlfind ocamlc -linkpkg -package ocamlgraph,unix -o comb comb.ml + ocamlfind ocamlopt -g -linkpkg -package ocamlgraph,unix -o comb comb.ml