From 3c7db4c39f1bad202e7a36a2a31c56d9e1d631a9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Run in unlimited stack. --- ocaml/mingw32-ocaml.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml/mingw32-ocaml.spec b/ocaml/mingw32-ocaml.spec index d5dea45..ed69370 100644 --- a/ocaml/mingw32-ocaml.spec +++ b/ocaml/mingw32-ocaml.spec @@ -76,6 +76,9 @@ and produces Windows native executables. %build +# Don't run out of memory. +ulimit -s unlimited + # Build native ocamlrun and ocamlc which contain the filename-win32-dirsep # patch. ./configure \ -- 1.8.3.1