commit:     26ae1eda39ae3af40faf1428c069f0ba3eefaf7d
Author:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 18:57:20 2020 +0000
Commit:     Stephan Hartmann <sultan <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 18:57:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ae1eda

www-client/chromium: disable PGO in official builds for dev channel

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>

 www-client/chromium/chromium-87.0.4278.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www-client/chromium/chromium-87.0.4278.0.ebuild 
b/www-client/chromium/chromium-87.0.4278.0.ebuild
index 2b6529a24d7..7f1d855b62c 100644
--- a/www-client/chromium/chromium-87.0.4278.0.ebuild
+++ b/www-client/chromium/chromium-87.0.4278.0.ebuild
@@ -737,6 +737,9 @@ src_configure() {
                        tools/generate_shim_headers/generate_shim_headers.py || 
die
                # Disable CFI: unsupported for GCC, requires clang+lto+lld
                myconf_gn+=" is_cfi=false"
+               # Disable PGO, because profile data is missing in tarball
+               # 
(https://groups.google.com/a/chromium.org/g/chromium-packagers/c/2ID9c4j6UkY)
+               myconf_gn+=" chrome_pgo_phase=0"
        fi
 
        einfo "Configuring Chromium..."

Reply via email to