| Index: build/config/sanitizers/BUILD.gn
|
| diff --git a/build/config/sanitizers/BUILD.gn b/build/config/sanitizers/BUILD.gn
|
| index 8cf51b059810ee6306d43012a0ff549c9fa1afef..5bed2da238e237930d651a4c0e0d6dfdb4174736 100644
|
| --- a/build/config/sanitizers/BUILD.gn
|
| +++ b/build/config/sanitizers/BUILD.gn
|
| @@ -22,7 +22,7 @@ group("deps") {
|
| ]
|
| if (using_sanitizer) {
|
| public_configs = [
|
| - ":sanitizer_options_link_helper",
|
| + #":sanitizer_options_link_helper",
|
|
|
| # Even when a target removes default_sanitizer_flags, it may be depending
|
| # on a library that did not remove default_sanitizer_flags. Thus, we need
|
|
|