summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-01-07 18:14:32 +0100
committerMartin Stransky <stransky@redhat.com>2019-01-07 18:14:32 +0100
commit94f9ee93f84d891a47d029bcfa7b9e8587e5152a (patch)
tree32d164102fd25024bedd27bb6497a4390240539c
parentPipewire patch rebased (diff)
downloadlibrewolf-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.spec3
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)
bgstack15