From 0c51d16ca51702d6a2a659a23188ad9a1a8697db Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 10 Aug 2020 11:59:55 -0600 Subject: [PATCH] Disable LTO --- waypipe.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/waypipe.spec b/waypipe.spec index 1b49973..0af728d 100644 --- a/waypipe.spec +++ b/waypipe.spec @@ -1,6 +1,6 @@ Name: waypipe Version: 0.6.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Wayland forwarding proxy License: MIT @@ -32,6 +32,9 @@ application forwarding similar to "ssh -X" feasible. %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_build @@ -52,6 +55,9 @@ application forwarding similar to "ssh -X" feasible. %changelog +* Mon Aug 10 2020 Jeff Law - 0.6.1-6 +- Disable LTO for now. + * Sat Aug 01 2020 Fedora Release Engineering - 0.6.1-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild