diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-build_config_compiler_compiler_gni')
| -rw-r--r-- | www/chromium-uc/patches/patch-build_config_compiler_compiler_gni | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/chromium-uc/patches/patch-build_config_compiler_compiler_gni b/www/chromium-uc/patches/patch-build_config_compiler_compiler_gni deleted file mode 100644 index 3701205..0000000 --- a/www/chromium-uc/patches/patch-build_config_compiler_compiler_gni +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | $OpenBSD: patch-build_config_compiler_compiler_gni,v 1.27 2021/11/16 11:28:45 robert Exp $ | ||
| 2 | |||
| 3 | Index: build/config/compiler/compiler.gni | ||
| 4 | --- build/config/compiler/compiler.gni.orig | ||
| 5 | +++ build/config/compiler/compiler.gni | ||
| 6 | @@ -71,11 +71,7 @@ declare_args() { | ||
| 7 | # Use it by default on official-optimized android and Chrome OS builds, but | ||
| 8 | # not ARC or linux-chromeos since it's been seen to not play nicely with | ||
| 9 | # Chrome's clang. crbug.com/1033839 | ||
| 10 | - use_thin_lto = | ||
| 11 | - is_cfi || | ||
| 12 | - (is_official_build && chrome_pgo_phase != 1 && | ||
| 13 | - (is_linux || is_win || (is_android && target_os != "chromeos") || | ||
| 14 | - ((is_chromeos_ash || is_chromeos_lacros) && is_chromeos_device))) | ||
| 15 | + use_thin_lto = false | ||
| 16 | |||
| 17 | # If true, use Goma for ThinLTO code generation where applicable. | ||
| 18 | use_goma_thin_lto = false | ||
