Index: build/config/sanitizers/sanitizers.gni |
diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni |
index a7a9707c49e1820b10377db961721aa67d6ac876..16117223110eed8bbd8c2669aeae1e05267de8ad 100644 |
--- a/build/config/sanitizers/sanitizers.gni |
+++ b/build/config/sanitizers/sanitizers.gni |
@@ -38,6 +38,10 @@ declare_args() { |
# GCS. |
use_prebuilt_instrumented_libraries = false |
+ # Use dynamic libraries instrumented by one of the sanitizers instead of the |
+ # standard system libraries. Set this flag to build the libraries from source. |
+ use_locally_built_instrumented_libraries = false |
+ |
# Enable building with SyzyAsan which can find certain types of memory |
# errors. Only works on Windows. See |
# https://github.com/google/syzygy/wiki/SyzyASanHowTo |