From 3c44982874abc461aab7a652a734a0bf76416396 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Dec 28 2021 09:28:00 +0000 Subject: Add link to compiler(?) issue in github --- diff --git a/ocaml-camomile.spec b/ocaml-camomile.spec index 3cc45f8..d7a5abf 100644 --- a/ocaml-camomile.spec +++ b/ocaml-camomile.spec @@ -61,7 +61,9 @@ applications that use %{name}. %build -# This avoids a stack overflow in the OCaml 4.05 compiler on POWER only. +# This avoids a stack overflow in the OCaml compiler on POWER only. +# Originally found with OCaml 4.05, still affecting 4.13.0. +# https://github.com/yoriyuki/Camomile/issues/39 %ifarch %{power64} ulimit -Hs 65536 ulimit -Ss 65536