From 2176effc9781ae4abe58bd1be02303410a96a872 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 9 Aug 2020 21:09:29 +0100 Subject: [PATCH] Disable LTO for i686 --- ffmpeg.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index 742ceaf..608464e 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -4,6 +4,11 @@ #global date 20200606 #global rel rc1 +%ifarch %{ix86} +# Fails due to asm issue +%global _lto_cflags %{nil} +%endif + # rav1e has a broken .pc file # https://bugzilla.redhat.com/show_bug.cgi?id=1811550 %if 0%{?fedora} > 32