Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: build/internal/essential.vsprops

Issue 27009: Add the fastbuild build type. FAST_BUILD_TYPE=fastbuild will cause no debug s... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/internal/debug_infofastbuild.vsprops ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/essential.vsprops
===================================================================
--- build/internal/essential.vsprops (revision 10109)
+++ build/internal/essential.vsprops (working copy)
@@ -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"
« no previous file with comments | « build/internal/debug_infofastbuild.vsprops ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698