From 51e36f9017aaa359ec9bd3367241ab7e9b64f702 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 11 Jul 2024 23:46:37 -0400 Subject: dev-lang/c-intercal: mark as LTO-unsafe Closes: https://bugs.gentoo.org/855590 Signed-off-by: Eli Schwartz --- dev-lang/c-intercal/c-intercal-31.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-lang/c-intercal') diff --git a/dev-lang/c-intercal/c-intercal-31.0.ebuild b/dev-lang/c-intercal/c-intercal-31.0.ebuild index 8657f746d707..77d289ef928e 100644 --- a/dev-lang/c-intercal/c-intercal-31.0.ebuild +++ b/dev-lang/c-intercal/c-intercal-31.0.ebuild @@ -48,6 +48,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/855590 + # https://gitlab.com/esr/intercal/-/issues/7 + filter-lto + append-cflags $(test-flags-CC -fno-toplevel-reorder) #722862 econf } -- cgit v1.2.3-65-gdbad