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

Unified Diff: build/common.gypi

Issue 6113006: Marking the following targets for non-incremental linking independent (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: noop Created 9 years, 11 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 | chrome/chrome_dll.gypi » ('j') | 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 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.
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698