From: Jan Palus Date: Thu, 11 Jan 2018 14:06:43 +0000 (+0100) Subject: disable pgo by default (broken with -O2) X-Git-Tag: auto/th/firefox52-esr-52.5.3-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffirefox52-esr.git;a=commitdiff_plain;h=899c120 disable pgo by default (broken with -O2) --- 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)