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