Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6215c51d5145bdd0d36550376550d327d50fcee2..1adb1722fa06df2d260ddc0585c11212ff7fcaaa 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -253,6 +253,9 @@ |
# but that doesn't work as we'd like. |
'msvs_debug_link_incremental%': '2', |
+ # Needed for some of the largest modules. |
+ 'msvs_debug_link_nonincremental%': '1', |
+ |
# This is the location of the sandbox binary. Chrome looks for this before |
# running the zygote process. If found, and SUID, it will be used to |
# sandbox the zygote process and, thus, all renderer processes. |