diff options
author | Martin Stransky <stransky@redhat.com> | 2021-01-12 22:33:58 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-01-12 22:33:58 +0100 |
commit | 227f23fb4ccfb451dcffc30d100237c1d7df6ca4 (patch) | |
tree | 056244e3c75f7f7a996949b1e33f46f3c77c72f5 /firefox.spec | |
parent | Merge branch 'master' into f33 (diff) | |
parent | Enable PGO on Rawhide (diff) | |
download | librewolf-fedora-ff-227f23fb4ccfb451dcffc30d100237c1d7df6ca4.tar.gz librewolf-fedora-ff-227f23fb4ccfb451dcffc30d100237c1d7df6ca4.tar.bz2 librewolf-fedora-ff-227f23fb4ccfb451dcffc30d100237c1d7df6ca4.zip |
Merge branch 'master' into f33
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec index 8210e5f..fabefcc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -71,11 +71,6 @@ ExcludeArch: s390x %global big_endian 1 %endif -# Disable PGO on Rawhide due to build failures -%if 0%{?fedora} > 33 -%global build_with_pgo 0 -%endif - %if 0%{?build_with_pgo} %global use_xvfb 1 %global build_tests 1 |