Chromium Code Reviews| Index: build/config/sanitizers/sanitizers.gni |
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni |
| index ba9c25935d9c1b0ea114ad29682d7bdb5b06cfa6..c399c7c5fe4996f3b7b8e37c68fcf113159e1a74 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 |
| + # Half the program if a problem is detected. |
|
Dirk Pranke
2016/04/30 01:38:19
s/Half/Halt/
krasin
2016/04/30 01:40:49
Done.
|
| + is_ubsan_no_recover = false |
| + |
| # Compile for Undefined Behaviour Sanitizer's vptr checks. |
| is_ubsan_vptr = false |