diff options
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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 |