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

This commit is contained in:
Jeff Law 2020-09-28 12:28:07 -06:00
parent 0c51d16ca5
commit 9ac858fa4f

View File

@ -1,6 +1,6 @@
Name: waypipe Name: waypipe
Version: 0.6.1 Version: 0.6.1
Release: 6%{?dist} Release: 7%{?dist}
Summary: Wayland forwarding proxy Summary: Wayland forwarding proxy
License: MIT License: MIT
@ -32,9 +32,6 @@ 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
@ -55,6 +52,9 @@ application forwarding similar to "ssh -X" feasible.
%changelog %changelog
* Mon Sep 28 2020 Jeff Law <law@redhat.com> - 0.6.1-7
- Re-enable LTO as upstream GCC target/96939 has been fixed
* Mon Aug 10 2020 Jeff Law <law@redhat.com> - 0.6.1-6 * Mon Aug 10 2020 Jeff Law <law@redhat.com> - 0.6.1-6
- Disable LTO for now. - Disable LTO for now.