OLD | NEW |
| (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> | |
OLD | NEW |