diff options
author | Marek Behún <kabel@kernel.org> | 2022-05-29 10:59:39 +0200 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2022-05-29 20:07:07 +0200 |
commit | d287d594eacc56b2b24961f397920a4342ac8072 (patch) | |
tree | a95fa4245485cebf23faaffe2773e49e187da301 /www-client/chromium/metadata.xml | |
parent | dev-util/web_page_replay_go: add package (diff) | |
download | gentoo-d287d594eacc56b2b24961f397920a4342ac8072.tar.gz gentoo-d287d594eacc56b2b24961f397920a4342ac8072.tar.bz2 gentoo-d287d594eacc56b2b24961f397920a4342ac8072.zip |
www-client/chromium: dev channel bump to 104.0.5083.0
Bump chromium's dev channel to 104.0.5083.0.
This adds support compiling Chromium with Profile Guided Optimizations
via the pgo USE flag. This does not use the official PGO profile bundled
in the sources, instead it creates it's own profile during compilation,
the same way as www-client/firefox does (via virtualx).
Note that compilation time increases significantly, since we are
compiling two times and profiling inbetween.
Signed-off-by: Marek Behún <kabel@kernel.org>
Closes: https://github.com/gentoo/gentoo/pull/25671
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'www-client/chromium/metadata.xml')
-rw-r--r-- | www-client/chromium/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/chromium/metadata.xml b/www-client/chromium/metadata.xml index d941cc3a7e28..8cfa20f11dce 100644 --- a/www-client/chromium/metadata.xml +++ b/www-client/chromium/metadata.xml @@ -15,6 +15,7 @@ <flag name="libcxx">Use bundled libc++ instead of libstdc++ for building.</flag> <flag name="lto">Build with Link Time Optimizations (via clang's ThinLTO)</flag> <flag name="official">Enable Official build instead of Developer build.</flag> + <flag name="pgo">Build with Profile Guided Optimizations (2-stage compilation)</flag> <flag name="pic">Disable optimized assembly code that is not PIC friendly</flag> <flag name="proprietary-codecs">Enable codecs for patent-encumbered audio and video formats.</flag> <flag name="screencast">Enable support for remote desktop and screen cast using <pkg>media-video/pipewire</pkg></flag> |