summaryrefslogtreecommitdiff
path: root/libre/iceweasel
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2020-06-03 23:47:00 +0300
committerbill-auger <mr.j.spam.me@gmail.com>2020-06-25 07:19:06 -0400
commit92127474e2c31e339eb42de09e83c160bd42e4ab (patch)
treee96e0dca81b31eb55a7e7c6dfe27a5f402ba1bb4 /libre/iceweasel
parent310b3fc475b3759527671ff3d09f8a5f40d38a57 (diff)
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.
Diffstat (limited to 'libre/iceweasel')
-rw-r--r--libre/iceweasel/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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