Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 63a569c7e2b28ac5873c8f276658b18b51ebfd28..d42bbee97c916a5bf22aaa04f7ca15e21236f934 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1883,6 +1883,9 @@ |
# 0: inherit, 1: disabled, 2: enabled. |
'msvs_debug_link_incremental': '1', |
'msvs_large_module_debug_link_mode': '1', |
+ # Disable RTC. Syzygy explicitly doesn't support RTC instrumented |
+ # binaries for now. |
+ 'win_debug_RuntimeChecks': '0', |
chrisha
2013/02/12 18:37:05
It's not immediately evident looking at the diff,
|
}, |
'defines': [ |
# Disable iterator debugging (huge speed boost without any |