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

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

Issue 567033: Dropping unconnected obsolete vsprops files. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="release_impl_pgo_optimize"
6 OutputDirectory="$(DefaultOutputDirectory)_pgo"
7 IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)"
8 InheritedPropertySheets=".\release_defaults.vsprops"
9 >
10 <Tool
11 Name="VCCLCompilerTool"
12 Optimization="3"
13 InlineFunctionExpansion="2"
14 EnableIntrinsicFunctions="true"
15 FavorSizeOrSpeed="2"
16 OmitFramePointers="true"
17 EnableFiberSafeOptimizations="true"
18 WholeProgramOptimization="true"
19 />
20 <Tool
21 Name="VCLibrarianTool"
22 AdditionalOptions="/ltcg"
23 />
24 <Tool
25 Name="VCLinkerTool"
26 LinkTimeCodeGeneration="3"
27 />
28 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « build/internal/release_impl_pgo_instrument.vsprops ('k') | build/internal/release_impl_purify.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698