Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 4d68880fd380c91f0871d8cb2aa48ccfd98bad03..bb18d0404a672e4642fe1455472b52d06d2cef4a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2054,7 +2054,7 @@ |
# instead of O(N*logN). This is particularly slow under memory |
# tools like ThreadSanitizer so we want it to be disablable. |
# See http://msdn.microsoft.com/en-us/library/aa985982(v=VS.80).aspx |
- 'win_debug_disable_iterator_debugging%': '0', |
+ 'win_debug_disable_iterator_debugging%': '1', |
# An application manifest fragment to declare compatibility settings for |
# 'executable' targets. Ignored in other target type. |