Disable LTO
This commit is contained in:
parent
d614d66fed
commit
0c51d16ca5
@ -1,6 +1,6 @@
|
|||||||
Name: waypipe
|
Name: waypipe
|
||||||
Version: 0.6.1
|
Version: 0.6.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: Wayland forwarding proxy
|
Summary: Wayland forwarding proxy
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -32,6 +32,9 @@ application forwarding similar to "ssh -X" feasible.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# LTO does not seem to interact well with the NEON intrinsics on armv7
|
||||||
|
# This could be an ARM backend issue in GCC
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
%meson -Dwith_video=disabled -Dwerror=false
|
%meson -Dwith_video=disabled -Dwerror=false
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -52,6 +55,9 @@ application forwarding similar to "ssh -X" feasible.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 10 2020 Jeff Law <law@redhat.com> - 0.6.1-6
|
||||||
|
- Disable LTO for now.
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-5
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-5
|
||||||
- Second attempt - Rebuilt for
|
- Second attempt - Rebuilt for
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user