diff options
author | Martin Stransky <stransky@redhat.com> | 2019-01-07 18:14:32 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-01-07 18:14:32 +0100 |
commit | 94f9ee93f84d891a47d029bcfa7b9e8587e5152a (patch) | |
tree | 32d164102fd25024bedd27bb6497a4390240539c | |
parent | Pipewire patch rebased (diff) | |
download | librewolf-fedora-ff-94f9ee93f84d891a47d029bcfa7b9e8587e5152a.tar.gz librewolf-fedora-ff-94f9ee93f84d891a47d029bcfa7b9e8587e5152a.tar.bz2 librewolf-fedora-ff-94f9ee93f84d891a47d029bcfa7b9e8587e5152a.zip |
Build PGO/LTO by default, disable it on s390x/ppc64
-rw-r--r-- | firefox.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index adc9569..f02a109 100644 --- a/firefox.spec +++ b/firefox.spec @@ -10,7 +10,7 @@ ExcludeArch: armv7hl %global disable_elfhack 1 %global build_with_clang 0 %global use_bundled_cbindgen 1 -%ifnarch %{ix86} +%ifnarch %{ix86} ppc64 s390x %global build_with_pgo 1 %endif %if 0%{?fedora} > 29 @@ -897,6 +897,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Mon Jan 7 2019 Jan Horak <jhorak@redhat.com> - 64.0-7 - Pipewire patch rebased (thanks to Tomas Popela) +- Enabled PGO on some arches. * Fri Jan 4 2019 Carmen Bianca Bakker <carmenbianca@fedoraproject.org> - 64.0-6 - Changed locale detector to handle Esperanto (rhbz#1656900) |