aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/extra-patch-build_config_compiler_pgo_pgo.gni
blob: 158b7269d92fb84150d90240df0475518fe91776 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/compiler/pgo/pgo.gni.orig	2021-04-20 18:58:23 UTC
+++ 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_bsd))) {
     chrome_pgo_phase = 2
   }