From 95876edf38b1926136d31d85ab8dc7db4e32e5dd Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 10 May 2021 15:22:18 -0600 Subject: [PATCH] Re-enable LTO --- ostree.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ostree.spec b/ostree.spec index 005b45d..164b3c3 100644 --- a/ostree.spec +++ b/ostree.spec @@ -8,7 +8,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree Version: 2021.2 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -93,11 +93,6 @@ the functionality of the installed %{name} package. %autosetup -Sgit -n libostree-%{version} %build -# gobject introspection does not work with LTO. There is an effort to fix this -# in the appropriate project upstreams, so hopefully LTO can be enabled someday -# Disable LTO. -%define _lto_cflags %{nil} - env NOCONFIGURE=1 ./autogen.sh %configure --disable-silent-rules \ --enable-gtk-doc \ @@ -168,6 +163,9 @@ find %{buildroot} -name '*.la' -delete %endif %changelog +* Mon May 10 2021 Jeff Law - 2021.2-3 +- Re-enable LTO + * Thu Apr 15 2021 Colin Walters - 2021.2-2 - https://github.com/coreos/ostree/releases/tag/v2021.2