Use fast_unwind_on_fatal=1 by default in ASan builds.
commit6744839e1f3d6c8abe49e685e9bfcb91c4abb154
authorglider <glider@chromium.org>
Wed, 22 Oct 2014 22:26:06 +0000 (22 15:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 22 Oct 2014 22:26:18 +0000 (22 22:26 +0000)
tree42c3a7d5b9f0a828c5658f74563adba3c5bb845b
parent0fb62536914ea825e6a457746f83141e9d51fcce
Use fast_unwind_on_fatal=1 by default in ASan builds.
This'll help us avoid crashes in the slow unwinder when unvinding through
V8-generated code.

BUG=422698
R=inferno@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/668343002

Cr-Commit-Position: refs/heads/master@{#300780}
build/sanitizers/sanitizer_options.cc