From: Jory Pratt Date: Wed, 23 Oct 2019 14:36:21 +0000 (-0500) Subject: profiles: Mask lto useflag for mozilla products on musl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=48fa81ce2d9fa57ae594808ebd1cdacc55719468;p=gentoo.git profiles: Mask lto useflag for mozilla products on musl Signed-off-by: Jory Pratt --- diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 28e05a4e4902..e8ef0ab07a3e 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -16,3 +16,7 @@ sys-fs/e2fsprogs nls # as a fail-only stub in musl. breaks horribly if enabled. # bash: xmalloc: locale.c:81: cannot allocate 18 bytes (0 bytes allocated) app-shells/bash mem-scramble + +# lto builds are known to cause an OOM issue during build. +mail-client/thunderbird lto +www-client/firefox lto