summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-11 20:45:36 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-11 20:45:36 +0000
commit1f790efdad37740608b44e6a96f9271fb8bfec6e (patch)
treec2dbc9d13f2174d14c17823df8b92fd4c06e733b /build/common.gypi
parent74f3f507c99b1eb94b731e612089c4aaadd9e458 (diff)
downloadchromium_src-1f790efdad37740608b44e6a96f9271fb8bfec6e.zip
chromium_src-1f790efdad37740608b44e6a96f9271fb8bfec6e.tar.gz
chromium_src-1f790efdad37740608b44e6a96f9271fb8bfec6e.tar.bz2
Marking the following targets for non-incremental linking independent
of 32/64 bits, as they have been causing out of memory errors even on 64-bit builders.: chrome_frame_tests chrome_frame_perftests chrome_dll_nacl_win64 browser_tests nacl_ui_tests nacl_sandbox_tests sync_integration_tests interactive_ui_tests BUG=none TEST=it builds Review URL: http://codereview.chromium.org/6113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 6215c51..1adb172 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.