From 92127474e2c31e339eb42de09e83c160bd42e4ab Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 3 Jun 2020 23:47:00 +0300 Subject: libre/iceweasel: Turn PGO ON by default _x86_64_skip_pgo can still be flipped manually for faster builds if anybody wants that. Let's just follow upstream by default. --- libre/iceweasel/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libre/iceweasel') diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index be6007716..2e5a556e3 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -344,7 +344,7 @@ build() { cp ../mozconfig .mozconfig ;; x86_64) - _x86_64_skip_pgo=1 + _x86_64_skip_pgo=0 if (( $_x86_64_skip_pgo )) then # skipping PGO "instrumented browser"; so we have the final .mozconfig now -- cgit v1.2.3