On Mon, 2021-10-11 at 06:07 +0100, Sam James wrote:
> This breaks at least ocamlopt.
>
> Closes: https://bugs.gentoo.org/803047
> Closes: https://bugs.gentoo.org/811315
> Signed-off-by: Sam James
> ---
> eclass/dune.eclass | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/eclass/dune.
> On Mon, 11 Oct 2021, Sam James wrote:
> +# Breaks with ocamlopt
> +RESTRICT="strip"
Note that RESTRICT isn't accumulated across eclasses in EAPIs before 8.
So for older EAPIs you may want to use RESTRICT+=" strip".
Of course, this applies to the other two eclasses as well.
Ulrich
signat