X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=Make.rules.in;h=e5700486be6dfb6b28f74a563a2e73252db3e505;hp=b22f3376483bd15e434d15a68ef1b0215f0514df;hb=HEAD;hpb=8d9837165c14c181d5ce3f59fbd39afcb80ac8cc diff --git a/Make.rules.in b/Make.rules.in index b22f337..e570048 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -30,6 +30,7 @@ OCAMLOPT = @OCAMLOPT@ .ml.cmo: $(OCAMLFIND) ocamlc $(OCAMLCFLAGS) $(OCAMLCPACKAGES) -c $< .ml.cmx: + ulimit -s unlimited ||: ; \ $(OCAMLFIND) ocamlopt $(OCAMLOPTFLAGS) $(OCAMLOPTPACKAGES) -c $< %.ml %.mli: %.mly