- Re-enable LTO as upstream GCC target/96939 has been fixed

This commit is contained in:
Jeff Law 2020-09-28 12:58:03 -06:00
parent 19ed8dc4cf
commit 447c961aed

View File

@ -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 <law@redhat.com> - 1.10.2-5
- Re-enable LTO as upstream GCC target/96939 has been fixed
* Mon Aug 10 2020 Jeff Law <law@redhat.com> - 1.10.2-4
- Disable LTO for now