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 /chrome/tools | |
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 'chrome/tools')
-rw-r--r-- | chrome/tools/profiles/generate_profile.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/tools/profiles/generate_profile.vcproj b/chrome/tools/profiles/generate_profile.vcproj index 078e4c1..49973f5 100644 --- a/chrome/tools/profiles/generate_profile.vcproj +++ b/chrome/tools/profiles/generate_profile.vcproj @@ -52,6 +52,7 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="shlwapi.lib rpcrt4.lib winmm.lib" + LinkIncremental="1" SubSystem="1" /> <Tool |