Remove -fomit-frame-pointer when building with any Sanitizer.
On Android/ARM we add -fomit-frame-pointer elsewhere in common.gypi.
Simply adding -fno-omit-frame-pointer when building with sanitizers is
not enough, because the former flag wins (it get added closer to the end
of the command line). Therefore, we also remove all -fomit-frame-pointer
flags under sanitizers.
BUG=325685
TEST=wait for the next clang roll, run asan tests on android
[email protected]
Review URL: https://codereview.chromium.org/143873009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246256 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed