diff options
-rw-r--r-- | chrome/chrome.gyp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 4ee61d0..10cc911 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -6107,7 +6107,16 @@ 'dependencies': [ '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', ], - },], + 'configurations': { + 'Debug': { + 'msvs_settings': { + 'VCLinkerTool': { + 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', + }, + }, + }, + }, + }], ], }, { |