From 212c508393daf35ce5381835c088072ad61ea5df Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Unlimited stack to compile large kernel.ml file. --- Make.rules.in | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1