diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 13:39:41 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 13:39:41 +0000 |
commit | ff5f6d3da8a64ca0b4e572ecc620b5271cb259f3 (patch) | |
tree | 20a40d8a679b255c4ec1351c75156fc3cff38333 /build | |
parent | 8d5d7bbc01906a2f4c711185c4a864a2b0b0dd6c (diff) | |
download | chromium_src-ff5f6d3da8a64ca0b4e572ecc620b5271cb259f3.zip chromium_src-ff5f6d3da8a64ca0b4e572ecc620b5271cb259f3.tar.gz chromium_src-ff5f6d3da8a64ca0b4e572ecc620b5271cb259f3.tar.bz2 |
Reenable incremental linking for most projects except the largest ones. Will fix later.
Review URL: http://codereview.chromium.org/42016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/debug.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/debug.vsprops b/build/debug.vsprops index 09d4a40..681f26b 100644 --- a/build/debug.vsprops +++ b/build/debug.vsprops @@ -14,7 +14,7 @@ /> <Tool Name="VCLinkerTool" - LinkIncremental="1" + LinkIncremental="2" /> <Tool Name="VCResourceCompilerTool" |