forked from Lainports/opnsense-ports
11 lines
436 B
Text
11 lines
436 B
Text
--- build/config/compiler/pgo/pgo.gni.orig 2023-02-01 05:17:58 UTC
|
|
+++ build/config/compiler/pgo/pgo.gni
|
|
@@ -24,7 +24,7 @@ declare_args() {
|
|
# to chromecast and determine whether chromeos_is_browser_only is
|
|
# obsolete.
|
|
(is_win || is_mac ||
|
|
- (is_linux && !is_castos && !chromeos_is_browser_only))) {
|
|
+ (is_linux && !is_castos && !chromeos_is_browser_only && !is_bsd))) {
|
|
chrome_pgo_phase = 2
|
|
}
|
|
|