diff options
Diffstat (limited to 'dev-ml/camlp5/camlp5-7.14.ebuild')
-rw-r--r-- | dev-ml/camlp5/camlp5-7.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/camlp5/camlp5-7.14.ebuild b/dev-ml/camlp5/camlp5-7.14.ebuild index cd630ba25bd9..6bc2cca9ade9 100644 --- a/dev-ml/camlp5/camlp5-7.14.ebuild +++ b/dev-ml/camlp5/camlp5-7.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -37,6 +37,7 @@ src_configure() { } src_compile() { + ulimit -s 11530000 emake out if use ocamlopt; then emake opt |