| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index a7b965824a71455e3eba962e082f9901cf905995..cab01b1c45d260d73c2d99fec7c8f6d5d9538d80 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -17,4 +17,9 @@ declare_args() {
|
| # standard system libraries. Set this flag to download prebuilt binaries from
|
| # GCS.
|
| use_prebuilt_instrumented_libraries = false
|
| +
|
| + # Enable building with SyzyAsan which can find certain types of memory
|
| + # errors. Only works on Windows. See
|
| + # https://code.google.com/p/sawbuck/wiki/SyzyASanHowTo
|
| + is_syzyasan = false
|
| }
|
|
|