Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: build/common.gypi

Issue 11547031: Turn on the ADDRESS_SANITIZER on all platform when asan==1. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6d09a47b45af10cd70868afe85d7671a748625d2..36d57712a6cb98ef6e94c68403be5ee3d5a272ac 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1779,6 +1779,7 @@
'Profile': 'true',
},
},
+ 'defines': ['ADDRESS_SANITIZER'],
}], # asan==1 and OS=="win"
['coverage!=0', {
'conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698