diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 00:11:35 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-03 00:11:35 +0000 |
commit | dd1329de461b6a0cdc702ee4d1539c132530b25d (patch) | |
tree | de5fe2eb6049f726ee5d05e9169045e56015760d | |
parent | 193b145bd266129e13cc163057d01795ca8253b8 (diff) | |
download | chromium_src-dd1329de461b6a0cdc702ee4d1539c132530b25d.zip chromium_src-dd1329de461b6a0cdc702ee4d1539c132530b25d.tar.gz chromium_src-dd1329de461b6a0cdc702ee4d1539c132530b25d.tar.bz2 |
Disable incremental linking for every projects while we sort out what is breaking the debug builds.
Review URL: http://codereview.chromium.org/20002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9053 0039d316-1c4b-4281-b951-d872f2087c98
-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 681f26b..09d4a40 100644 --- a/build/debug.vsprops +++ b/build/debug.vsprops @@ -14,7 +14,7 @@ /> <Tool Name="VCLinkerTool" - LinkIncremental="2" + LinkIncremental="1" /> <Tool Name="VCResourceCompilerTool" |