From 83247037f707fbb0320da80217127d7ae0ea335a Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 26 Jan 2021 14:18:54 +0100 Subject: [PATCH] Disable lto --- thunderbird.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thunderbird.spec b/thunderbird.spec index aa56459..03e94b7 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -634,6 +634,8 @@ chmod a-x third_party/rust/ash/src/extensions/nv/*.rs # install lightning langpacks %build +# Disable LTO to work around rhbz#1883904 +%define _lto_cflags %{nil} ulimit -a free #set -e