Merge pull request #168555 from primeos/chromiumBeta
chromium{Beta,Dev}: Fix a build error by disabling PGO
This commit is contained in:
commit
8195ea14eb
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue