LTO build fix
This commit is contained in:
parent
04dc06a909
commit
a09dba9f97
@ -615,9 +615,9 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig
|
|||||||
%if 0%{?build_with_pgo}
|
%if 0%{?build_with_pgo}
|
||||||
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
|
echo "ac_add_options MOZ_PGO=1" >> .mozconfig
|
||||||
# Temporary disabled due to GCC bug
|
# Temporary disabled due to GCC bug
|
||||||
%if 0%{?fedora} > 32
|
# Fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1671345
|
||||||
|
# Should be in Firefox 83
|
||||||
echo "ac_add_options --enable-lto" >> .mozconfig
|
echo "ac_add_options --enable-lto" >> .mozconfig
|
||||||
%endif
|
|
||||||
# PGO build doesn't work with ccache
|
# PGO build doesn't work with ccache
|
||||||
export CCACHE_DISABLE=1
|
export CCACHE_DISABLE=1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user