diff options
author | Martin Stransky <stransky@redhat.com> | 2018-12-10 14:53:51 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-12-10 14:53:51 +0100 |
commit | 48eb9829db43ee5d55e80828ef4be4e616f14c56 (patch) | |
tree | d04d3c5648cb4ca4f3535b4bbc8a3500e4153a88 /firefox.spec | |
parent | Enabled only 2 parallel build tasks on i686/arm, use gold linker with gcc (diff) | |
download | librewolf-fedora-ff-48eb9829db43ee5d55e80828ef4be4e616f14c56.tar.gz librewolf-fedora-ff-48eb9829db43ee5d55e80828ef4be4e616f14c56.tar.bz2 librewolf-fedora-ff-48eb9829db43ee5d55e80828ef4be4e616f14c56.zip |
Try ldd with gcc
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 |