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

Side by Side Diff: build/internal/release_impl_official.vsprops

Issue 13231: Remove DCHECKS from official builds.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="release_impl_official" 5 Name="release_impl_official"
6 InheritedPropertySheets=".\release_defaults.vsprops" 6 InheritedPropertySheets=".\release_defaults.vsprops"
7 > 7 >
8 <Tool 8 <Tool
9 Name="VCCLCompilerTool" 9 Name="VCCLCompilerTool"
10 PreprocessorDefinitions="OFFICIAL_BUILD"
10 Optimization="3" 11 Optimization="3"
11 InlineFunctionExpansion="2" 12 InlineFunctionExpansion="2"
12 EnableIntrinsicFunctions="true" 13 EnableIntrinsicFunctions="true"
13 FavorSizeOrSpeed="2" 14 FavorSizeOrSpeed="2"
14 OmitFramePointers="true" 15 OmitFramePointers="true"
15 EnableFiberSafeOptimizations="true" 16 EnableFiberSafeOptimizations="true"
16 WholeProgramOptimization="true" 17 WholeProgramOptimization="true"
17 /> 18 />
18 <Tool 19 <Tool
19 Name="VCLibrarianTool" 20 Name="VCLibrarianTool"
20 AdditionalOptions="/ltcg" 21 AdditionalOptions="/ltcg"
21 /> 22 />
22 <Tool 23 <Tool
23 Name="VCLinkerTool" 24 Name="VCLinkerTool"
24 LinkTimeCodeGeneration="1" 25 LinkTimeCodeGeneration="1"
25 /> 26 />
26 </VisualStudioPropertySheet> 27 </VisualStudioPropertySheet>
OLDNEW
« build/internal/release_impl_official.scons ('K') | « build/internal/release_impl_official.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698