From d223fbd1c1df92ebe63c75736abeb655c6528bb2a0d0f3ba7cebf478e7e7c59e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 15 Dec 2020 12:43:55 +0000 Subject: [PATCH] Accepting request 855970 from home:marxin:branches:GNOME:Factory - Enable LTO (boo#1133124) as gobject-introspection works fine with LTO. OBS-URL: https://build.opensuse.org/request/show/855970 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=124 --- flatpak.changes | 5 +++++ flatpak.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flatpak.changes b/flatpak.changes index 019f493..35f44d8 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 15 10:36:42 UTC 2020 - Martin Liška + +- Enable LTO (boo#1133124) as gobject-introspection works fine with LTO. + ------------------------------------------------------------------- Mon Nov 23 17:30:01 UTC 2020 - Dominique Leuenberger diff --git a/flatpak.spec b/flatpak.spec index a17fe06..a2c4055 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -146,7 +146,6 @@ more information. sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-* %build -%define _lto_cflags %{nil} NOCONFIGURE=1 ./autogen.sh %configure \ --disable-silent-rules \