Commit 2644ac75 authored by glider@chromium.org's avatar glider@chromium.org

Use -fasan together with -faddress-sanitizer in nacl.gypi as well.

TBR=thakis
Review URL: http://codereview.chromium.org/8472006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110925 0039d316-1c4b-4281-b951-d872f2087c98
parent d86e97e3
......@@ -242,7 +242,9 @@
'-fno-pie', '-fno-PIE',
],
'cflags!': [
# TODO(glider): -fasan is deprecated.
'-fasan',
'-faddress-sanitizer',
'-w',
],
'conditions': [
......
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