From 703658a1bfb41290c6a178b9291f324f198b48db Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 18 Jan 2021 10:31:18 +0100 Subject: [PATCH] Disabling lto because of rhbz#1883904 --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index f1d3552..af425c2 100644 --- a/firefox.spec +++ b/firefox.spec @@ -769,6 +769,8 @@ chmod a-x third_party/rust/ash/src/extensions/nv/*.rs #--------------------------------------------------------------------- %build +# Disable LTO to work around rhbz#1883904 +%define _lto_cflags %{nil} ulimit -a free #set -e