diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-build_config_clang_clang.gni')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-build_config_clang_clang.gni | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/www/ungoogled-chromium/files/patch-build_config_clang_clang.gni b/www/ungoogled-chromium/files/patch-build_config_clang_clang.gni new file mode 100644 index 000000000000..b4a640930ea8 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-build_config_clang_clang.gni @@ -0,0 +1,11 @@ +--- build/config/clang/clang.gni.orig	2025-10-21 16:57:35 UTC ++++ build/config/clang/clang.gni +@@ -58,7 +58,7 @@ declare_args() { +   # +   # TODO(https://crbug.com/440260716): Enable for Cronet in AOSP once gn2bp +   # supports copy targets. +-  use_clang_modules = ++  use_clang_modules = !is_bsd && +       # Clang modules doesn't work with translation_unit used in codesearch +       # pipeline http://b/436082487. +       !enable_kythe_annotations && is_clang && is_linux && | 
