Fix LTO worakround
This commit is contained in:
parent
04dc06a909
commit
beb5513224
@ -615,7 +615,7 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
|
||||
%if 0%{?build_with_pgo}
|
||||
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
|
||||
# Temporary disabled due to GCC bug
|
||||
%if 0%{?fedora} > 32
|
||||
%if 0%{?fedora} < 33
|
||||
echo "ac_add_options --enable-lto" >> .mozconfig
|
||||
%endif
|
||||
# PGO build doesn't work with ccache
|
||||
|
Loading…
Reference in New Issue
Block a user