Index: gyp/yasm.gyp |
diff --git a/gyp/yasm.gyp b/gyp/yasm.gyp |
index de1d1dc1b7b5113d89902aaf19283a9ed0a485e6..272778b8d50d529fe1d55dd6e5050efa7e0c8605 100644 |
--- a/gyp/yasm.gyp |
+++ b/gyp/yasm.gyp |
@@ -64,7 +64,7 @@ |
# Silence warnings in libc++ builds (C code doesn't need this flag). |
'ldflags!': [ '-stdlib=libc++', '-fsanitize=<(skia_sanitizer)' ], |
# https://crbug.com/489901 |
- 'cflags!': [ '-fsanitize=bounds', '-fsanitize=<(skia_sanitizer)' ], |
+ 'cflags!': [ '-fsanitize=bounds', '-fsanitize=<(skia_sanitizer)', '-fsanitize-memory-track-origins' ], |
msarett
2016/02/12 19:59:38
nit: 100 chars?
|
'libraries!': [ '-llog', ], |
}, |
'targets': [ |