From 2b7d6819bc90dddb90ce62d62dc69032e4c455d3 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 6 Dec 2018 13:46:13 +0100 Subject: lld build fix --- firefox.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firefox.spec b/firefox.spec index 4cbaa3f..bdfcb8e 100644 --- a/firefox.spec +++ b/firefox.spec @@ -549,9 +549,11 @@ MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/') # (OOM when linking, rhbz#1238225) export MOZ_DEBUG_FLAGS=" " %endif +%if !0%{?build_with_clang} %ifarch s390 %{arm} ppc aarch64 %{ix86} MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads" %endif +%endif %ifarch %{arm} export RUSTFLAGS="-Cdebuginfo=0" %endif -- cgit