Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not add -g0 with "clang=1 asan=1".
clang=1 adds -g0 which overrides -gline-tables-only added by asan=1. This change removes -g0 if asan=1 or msan=1 or tsan=1. BUG=358126 Review URL: https://codereview.chromium.org/219283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260536 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information