From 447c961aeddfae70cef6d00921e48876ec29a0fa Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 28 Sep 2020 12:58:03 -0600 Subject: [PATCH] - Re-enable LTO as upstream GCC target/96939 has been fixed --- graphene.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphene.spec b/graphene.spec index 73b84b4..8808435 100644 --- a/graphene.spec +++ b/graphene.spec @@ -1,6 +1,6 @@ Name: graphene Version: 1.10.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Thin layer of types for graphic libraries License: MIT @@ -37,9 +37,6 @@ the functionality of the installed %{name} package. %autosetup -p1 %build -# LTO and the NEON intrinstics to not work together right now. -%define _lto_cflags %{nil} - %meson -Dgtk_doc=true %meson_build @@ -67,6 +64,9 @@ the functionality of the installed %{name} package. %{_datadir}/installed-tests/ %changelog +* Mon Sep 24 2020 Jeff Law - 1.10.2-5 +- Re-enable LTO as upstream GCC target/96939 has been fixed + * Mon Aug 10 2020 Jeff Law - 1.10.2-4 - Disable LTO for now