Index: tools/gyp/all.gypi |
diff --git a/tools/gyp/all.gypi b/tools/gyp/all.gypi |
index 1e6b31367f564fdf299974e3781a07e98b92aa39..160c0bb2fc7b98d92b8d57a6931876392fde567e 100644 |
--- a/tools/gyp/all.gypi |
+++ b/tools/gyp/all.gypi |
@@ -12,6 +12,8 @@ |
'target_arch': 'ia32', |
# Flag that tells us whether to build native support for dart:io. |
'dart_io_support': 1, |
+ # Flag that tells us whether this is an ASAN build. |
+ 'asan%': 0, |
}, |
'conditions': [ |
[ 'OS=="linux"', { |