Enable LTO
This commit is contained in:
parent
be69d20a4f
commit
d3117286f3
1
.clutter-gtk.metadata
Normal file
1
.clutter-gtk.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
e27520892fce4f4b523a24505a810a3632b91d21 clutter-gtk-1.8.4.tar.xz
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: clutter-gtk
|
Name: clutter-gtk
|
||||||
Version: 1.8.4
|
Version: 1.8.4
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: A basic GTK clutter widget
|
Summary: A basic GTK clutter widget
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -39,11 +39,6 @@ clutter-gtk.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%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}
|
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
@ -76,6 +71,10 @@ make check %{?_smp_mflags} V=1
|
|||||||
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
|
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 04 2022 Tomas Popela <tpopela@redhat.com> - 1.8.4-13
|
||||||
|
- Enable LTO
|
||||||
|
Resolves: rhbz#1986492
|
||||||
|
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.4-12
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.4-12
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
Related: rhbz#1991688
|
Related: rhbz#1991688
|
||||||
|
Loading…
Reference in New Issue
Block a user