Commit 3a0278b1 authored by glider@chromium.org's avatar glider@chromium.org

Make asan==1 imply use_allocator=none.

BUG=302040
R=thakis@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271662 0039d316-1c4b-4281-b951-d872f2087c98
parent 3c6c4188
......@@ -1983,6 +1983,7 @@
['asan==1', {
'clang%': 1,
'use_allocator%': 'none',
}],
['asan==1 and OS=="mac"', {
# TODO(glider): we do not strip ASan binaries until the dynamic ASan
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment