From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 8 Sep 2008 18:21:21 +0000 (+0100) Subject: Unlimited stack to compile large kernel.ml file. X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=commitdiff_plain;h=212c508393daf35ce5381835c088072ad61ea5df Unlimited stack to compile large kernel.ml file. --- 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