Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 395ec4c733b3c7960c6f372b21baf71c4653cde7..116cf8d80c076c86cc6dac7ebcdca10a6d96d014 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -184,7 +184,10 @@ |
'ldflags': [ |
'-fsanitize=address', |
], |
- } |
+ 'defines': [ |
+ 'ADDRESS_SANITIZER', |
+ ], |
+ }, |
}], |
['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" \ |
or OS=="netbsd"', { |