From 5e011803b00f9022cef95b96586d047b16252f68 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 11 Jul 2019 22:00:16 -0400 Subject: WIP: disable pgo for el7 --- waterfox/waterfox.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'waterfox') diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index c6894a1..9385d96 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -148,6 +148,7 @@ ExcludeArch: armv7hl %global system_libvpx 0 %global build_stylo 0 %global build_rust_simd 0 +%global build_with_pgo 0 %if "%{?scl_env}" != "" BuildRequires: %{scl_buildreq} %endif -- cgit