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

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

Issue 242127: Remove the xcopy step from the PGO optimize vsprops... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_pgo_instrument" 5 Name="release_impl_pgo_instrument"
6 OutputDirectory="$(DefaultOutputDirectory)_pgo" 6 OutputDirectory="$(DefaultOutputDirectory)_pgo"
7 IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)" 7 IntermediateDirectory="$(DefaultOutputDirectory)_pgo\obj\$(ProjectName)"
8 InheritedPropertySheets=".\release_defaults.vsprops" 8 InheritedPropertySheets=".\release_defaults.vsprops"
9 > 9 >
10 <Tool 10 <Tool
11 Name="VCCLCompilerTool" 11 Name="VCCLCompilerTool"
12 Optimization="3" 12 Optimization="3"
13 InlineFunctionExpansion="2" 13 InlineFunctionExpansion="2"
14 EnableIntrinsicFunctions="true" 14 EnableIntrinsicFunctions="true"
15 FavorSizeOrSpeed="2" 15 FavorSizeOrSpeed="2"
16 OmitFramePointers="true" 16 OmitFramePointers="true"
17 EnableFiberSafeOptimizations="true" 17 EnableFiberSafeOptimizations="true"
18 WholeProgramOptimization="true" 18 WholeProgramOptimization="true"
19 /> 19 />
20 <Tool 20 <Tool
21 Name="VCLibrarianTool" 21 Name="VCLibrarianTool"
22 AdditionalOptions="/ltcg" 22 AdditionalOptions="/ltcg"
23 /> 23 />
24 <Tool 24 <Tool
25 Name="VCLinkerTool" 25 Name="VCLinkerTool"
26 LinkTimeCodeGeneration="2" 26 LinkTimeCodeGeneration="2"
27 /> 27 />
28 <Tool
29 Name="VCPreBuildEventTool"
30 CommandLine="xcopy /D /Y &quot;$(DevEnvDir)..\..\VC\bin\pgort80. dll&quot; &quot;$(OutDir)&quot;"
31 />
32 </VisualStudioPropertySheet> 28 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698