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

Unified Diff: build/standalone.gypi

Issue 208743004: ASan support for the Zone (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: fix indentation Created 6 years, 9 months 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 | « Makefile ('k') | src/zone.h » ('j') | src/zone-inl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 395ec4c733b3c7960c6f372b21baf71c4653cde7..628cfa235b7dbf09084cdeba342b3b3525686d71 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -184,6 +184,7 @@
'ldflags': [
'-fsanitize=address',
],
+ 'defines': [ 'ADDRESS_SANITIZER' ],
Jarin 2014/03/25 20:50:48 Perhaps we want to make this consistent with the f
Jakob Kummerow 2014/03/26 09:59:12 As you wish. (I weakly prefer the more condensed f
}
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \
« no previous file with comments | « Makefile ('k') | src/zone.h » ('j') | src/zone-inl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698