_pyautolib.so is linked with libasan.a if ASAN is used.

BUG=chromium-os:20711
TEST=run autotests under ASAN

Review URL: http://codereview.chromium.org/8065007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@103298 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
glotov@google.com 2011-09-29 17:29:03 +00:00
Родитель 456849006f
Коммит 8663a7efaf
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1759,7 +1759,8 @@
# Only in the linux section for now, since ASAN doesn't
# work on Mac yet.
'cflags': [
'-fasan -w',
'-fasan',
'-w',
],
'ldflags': [
'-fasan',