Try ldd with gcc

This commit is contained in:
Martin Stransky 2018-12-10 14:53:51 +01:00
parent 4ed6b0c90a
commit 48eb9829db
1 changed files with 1 additions and 1 deletions

View File

@ -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