From 48eb9829db43ee5d55e80828ef4be4e616f14c56 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 10 Dec 2018 14:53:51 +0100 Subject: [PATCH] Try ldd with gcc --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index cf6542c..58c29aa 100644 --- a/firefox.spec +++ b/firefox.spec @@ -576,7 +576,7 @@ echo "ac_add_options --enable-linker=lld" >> .mozconfig %else export CC=gcc export CXX=g++ -echo "ac_add_options --enable-linker=gold" >> .mozconfig +echo "ac_add_options --enable-linker=lld" >> .mozconfig %endif %if 0%{?build_with_pgo} echo "ac_add_options MOZ_PGO=1" >> .mozconfig