| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index ba9c25935d9c1b0ea114ad29682d7bdb5b06cfa6..7d6a79fb2bc4c23e71806e951c63ee71466e3aa7 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -19,6 +19,9 @@ declare_args() {
|
| # undefined behaviour (excludes vptr checks).
|
| is_ubsan = false
|
|
|
| + # Halt the program if a problem is detected.
|
| + is_ubsan_no_recover = false
|
| +
|
| # Compile for Undefined Behaviour Sanitizer's vptr checks.
|
| is_ubsan_vptr = false
|
|
|
|
|