diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-06 20:15:16 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-06 20:15:16 +0000 |
commit | e7a023be01011f2a2734e2c72d1d2c632a86e272 (patch) | |
tree | fe644052b454491e2076af4632d32fe2707439f2 /build/internal | |
parent | ab34f092957afab2f4e9f93bbc15b87290506f86 (diff) | |
download | chromium_src-e7a023be01011f2a2734e2c72d1d2c632a86e272.zip chromium_src-e7a023be01011f2a2734e2c72d1d2c632a86e272.tar.gz chromium_src-e7a023be01011f2a2734e2c72d1d2c632a86e272.tar.bz2 |
Reverting 7573.
Doing a full build seems always fine. The issue is for incremental builds, it corrupts the PDBs. Errors look like:
glue.lib(autofill_form.obj) : fatal error LNK1318: Unexpected PDB error; RPC (23) '(0x000006BA)'
...\xmemory(155) : error C2471: cannot update program database '...\debug\obj\plugin_tests\vc80.pdb'
We'll probably need to upgrade to VS2008 to add it back.
Review URL: http://codereview.chromium.org/17208
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7603 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/essential.vsprops | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index b4c6368..a0a7122 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -9,7 +9,6 @@ > <Tool Name="VCCLCompilerTool" - AdditionalOptions="/MP" AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0" MinimalRebuild="false" |