diff options
author | Martin Stransky <stransky@redhat.com> | 2019-03-26 07:45:18 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-03-26 07:45:18 +0100 |
commit | 38e1aa53ae0aabf052a74a822220a8a4da8a7869 (patch) | |
tree | 99891cc592f65c6dc1562f62a0883f96dae26b06 | |
parent | Make wayland default on flatpak (diff) | |
download | librewolf-fedora-ff-38e1aa53ae0aabf052a74a822220a8a4da8a7869.tar.gz librewolf-fedora-ff-38e1aa53ae0aabf052a74a822220a8a4da8a7869.tar.bz2 librewolf-fedora-ff-38e1aa53ae0aabf052a74a822220a8a4da8a7869.zip |
Disable PGO on flatpak/modules
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index eb7f835..f3e5048 100644 --- a/firefox.spec +++ b/firefox.spec @@ -32,6 +32,7 @@ ExcludeArch: s390x %endif %if 0%{?flatpak} %global wayland_backend_default 1 +%global build_with_pgo 0 %endif # Big endian platforms %ifarch ppc64 s390x |