diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 20:42:06 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-20 20:42:06 +0000 |
commit | 1a7375204b8e21dfec1bea87ffa15435c145745f (patch) | |
tree | b0d53b2fcf3558f57328319deacd89d7ba7ac0de /build/internal/essential.vsprops | |
parent | 8c0403af73c0870751cdeccd4df3de36b2cf343c (diff) | |
download | chromium_src-1a7375204b8e21dfec1bea87ffa15435c145745f.zip chromium_src-1a7375204b8e21dfec1bea87ffa15435c145745f.tar.gz chromium_src-1a7375204b8e21dfec1bea87ffa15435c145745f.tar.bz2 |
Add the fastbuild build type. FAST_BUILD_TYPE=fastbuild will cause no debug symbol to be generated to make the Windows try slaves faster.
Review URL: http://codereview.chromium.org/27009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal/essential.vsprops')
-rw-r--r-- | build/internal/essential.vsprops | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index a0a7122..893f6cf 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -6,6 +6,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" CharacterSet="1" + InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops" > <Tool Name="VCCLCompilerTool" @@ -18,7 +19,6 @@ RuntimeTypeInfo="false" WarningLevel="3" WarnAsError="true" - DebugInformationFormat="3" DisableSpecificWarnings="4503; 4819" /> <Tool @@ -33,7 +33,6 @@ AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib" AdditionalLibraryDirectories="$(SDKLibs)" DelayLoadDLLs="dwmapi.dll,uxtheme.dll" - GenerateDebugInformation="true" MapFileName="$(OutDir)\$(TargetName).map" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" TargetMachine="1" |