From 899c120f183f46ec3d948d839e7a932864c8ab8c Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 11 Jan 2018 15:06:43 +0100 Subject: [PATCH] disable pgo by default (broken with -O2) --- firefox52-esr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox52-esr.spec b/firefox52-esr.spec index b2251cc..13b9aaf 100644 --- a/firefox52-esr.spec +++ b/firefox52-esr.spec @@ -6,7 +6,7 @@ %bcond_without gtk3 # GTK+ 3.x instead of 2.x %bcond_without kerberos # disable krb5 support %bcond_without official # official Firefox branding -%bcond_without pgo # PGO-enabled build (requires working $DISPLAY == :100) +%bcond_with pgo # PGO-enabled build (requires working $DISPLAY == :100) # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964 %bcond_with shared_js # shared libmozjs library [broken] %bcond_with system_icu # build with system ICU (disabled due to crashes with system icu 58.2) -- 2.43.0