diff options
author | grizzlyuser <grizzlyuser@protonmail.com> | 2020-06-03 23:47:00 +0300 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-06-25 07:19:06 -0400 |
commit | 92127474e2c31e339eb42de09e83c160bd42e4ab (patch) | |
tree | e96e0dca81b31eb55a7e7c6dfe27a5f402ba1bb4 /libre/iceweasel/PKGBUILD | |
parent | 310b3fc475b3759527671ff3d09f8a5f40d38a57 (diff) | |
download | abslibre-92127474e2c31e339eb42de09e83c160bd42e4ab.tar.gz abslibre-92127474e2c31e339eb42de09e83c160bd42e4ab.tar.bz2 abslibre-92127474e2c31e339eb42de09e83c160bd42e4ab.zip |
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/PKGBUILD')
-rw-r--r-- | libre/iceweasel/PKGBUILD | 2 |
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 |