diff options
author | Stephan Hartmann <sultan@gentoo.org> | 2020-10-05 20:57:20 +0200 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2020-10-05 20:57:41 +0200 |
commit | 26ae1eda39ae3af40faf1428c069f0ba3eefaf7d (patch) | |
tree | bc844e2cce57791f54585bf369e9d7d341ec1cf3 /www-client | |
parent | app-metrics/prometheus: 2.21.0 bump (diff) | |
download | gentoo-26ae1eda39ae3af40faf1428c069f0ba3eefaf7d.tar.gz gentoo-26ae1eda39ae3af40faf1428c069f0ba3eefaf7d.tar.bz2 gentoo-26ae1eda39ae3af40faf1428c069f0ba3eefaf7d.zip |
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-87.0.4278.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/chromium/chromium-87.0.4278.0.ebuild b/www-client/chromium/chromium-87.0.4278.0.ebuild index 2b6529a24d75..7f1d855b62c0 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..." |