Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: build/common.gypi

Issue 12207129: Disable RTC in coverage builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698