diff options
author | Martin Stransky <stransky@redhat.com> | 2020-07-28 11:38:45 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-07-28 11:38:45 +0200 |
commit | 80b8c3f8c4dc5906357abe5fdf3979115ed40061 (patch) | |
tree | 61ac19a2ecc81d922c7b9753af1434feb0b9f37c | |
parent | New cbindgen (diff) | |
download | librewolf-fedora-ff-80b8c3f8c4dc5906357abe5fdf3979115ed40061.tar.gz librewolf-fedora-ff-80b8c3f8c4dc5906357abe5fdf3979115ed40061.tar.bz2 librewolf-fedora-ff-80b8c3f8c4dc5906357abe5fdf3979115ed40061.zip |
Disable PGO
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 79957e1..0c801a4 100644 --- a/firefox.spec +++ b/firefox.spec @@ -40,7 +40,7 @@ ExcludeArch: s390x # on other arches. %ifarch x86_64 aarch64 %if %{release_build} -%global build_with_pgo 1 +%global build_with_pgo 0 %else %global build_with_pgo 0 %endif |