summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 08:38:00 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 08:38:00 +0000
commit1c369ab9ee7c2ebc797d216b1603642547979ef2 (patch)
tree546e0b4c5275385ffd0292ad4ccfce8015938197 /build
parent968351b5e4615c95f83e4ef33fabdb7328609211 (diff)
downloadchromium_src-1c369ab9ee7c2ebc797d216b1603642547979ef2.zip
chromium_src-1c369ab9ee7c2ebc797d216b1603642547979ef2.tar.gz
chromium_src-1c369ab9ee7c2ebc797d216b1603642547979ef2.tar.bz2
Do not pass the deprecated -fasan flag in the asan=1 mode
(we're already passing -faddress-sanitizer). Review URL: http://codereview.chromium.org/8953033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a37498f..12f3b05 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1976,15 +1976,11 @@
],
}],
['asan==1', {
- # TODO(glider): -fasan is deprecated. Remove it when we stop using
- # it.
'cflags': [
- '-fasan',
'-faddress-sanitizer',
'-w',
],
'ldflags': [
- '-fasan',
'-faddress-sanitizer',
],
'defines': [
@@ -2339,12 +2335,10 @@
['asan==1', {
'xcode_settings': {
'OTHER_CFLAGS': [
- '-fasan',
'-faddress-sanitizer',
'-w',
],
'OTHER_LDFLAGS': [
- '-fasan',
'-faddress-sanitizer',
# The symbols below are referenced in the ASan runtime
# library (compiled on OS X 10.6), but may be unavailable