From 1fd16dc6613bdc3118bc46086b56efffde975f74 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 12 Jan 2021 22:33:37 +0100 Subject: Enable PGO on Rawhide --- firefox.spec | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firefox.spec') 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 -- cgit