Merge pull request #168555 from primeos/chromiumBeta

chromium{Beta,Dev}: Fix a build error by disabling PGO
This commit is contained in:
Michael Weiss 2022-04-14 16:13:54 +02:00 committed by GitHub
commit 8195ea14eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -279,6 +279,9 @@ let
enable_widevine = true;
# Provides the enable-webrtc-pipewire-capturer flag to support Wayland screen capture:
rtc_use_pipewire = true;
} // optionalAttrs (chromiumVersionAtLeast "101") {
# Disable PGO because the profile data requires a newer compiler version (LLVM 14 isn't sufficient):
chrome_pgo_phase = 0;
} // optionalAttrs proprietaryCodecs {
# enable support for the H.264 codec
proprietary_codecs = true;