summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-build_config_compiler_pgo_pgo_gni
blob: 446447a7e90870e193fef3e0186ce40da5dca4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$OpenBSD: patch-build_config_compiler_pgo_pgo_gni,v 1.7 2021/09/01 16:54:38 robert Exp $

Index: build/config/compiler/pgo/pgo.gni
--- build/config/compiler/pgo/pgo.gni.orig
+++ build/config/compiler/pgo/pgo.gni
@@ -16,7 +16,7 @@ declare_args() {
       # TODO(crbug.com/1052397): Remove chromeos_is_browser_only once
       # target_os switch for lacros-chrome is completed.
       (is_win || is_mac ||
-       (is_linux && !chromeos_is_browser_only && !is_chromecast))) {
+       (is_linux && !chromeos_is_browser_only && !is_chromecast && !is_openbsd))) {
     chrome_pgo_phase = 2
   }