Chromium Code Reviews| 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" \ |