Commit 5a8551f6 authored by glider@chromium.org's avatar glider@chromium.org

Use libc++ for all non-Windows ASan builds.

BUG=318770
TBR=earthdok@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284930 0039d316-1c4b-4281-b951-d872f2087c98
parent 27a0c295
...@@ -2086,7 +2086,7 @@ ...@@ -2086,7 +2086,7 @@
'clang%': 1, 'clang%': 1,
'use_allocator%': 'none', 'use_allocator%': 'none',
}], }],
['asan==1 and OS=="linux"', { ['asan==1 and OS!="win"', {
'use_custom_libcxx%': 1, 'use_custom_libcxx%': 1,
}], }],
['ubsan==1', { ['ubsan==1', {
......
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