summaryrefslogtreecommitdiffstats
path: root/build/internal/release_impl_official.vsprops
blob: c9a440119d4cd821a146e4561ea952bc833bc8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="release_impl_official"
	InheritedPropertySheets=".\release_defaults.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="3"
		InlineFunctionExpansion="2"
		EnableIntrinsicFunctions="true"
		FavorSizeOrSpeed="2"
		OmitFramePointers="true"
		EnableFiberSafeOptimizations="true"
		WholeProgramOptimization="true"
	/>
	<Tool
		Name="VCLibrarianTool"
		AdditionalOptions="/ltcg"
	/>
	<Tool
		Name="VCLinkerTool"
		LinkTimeCodeGeneration="1"
	/>
</VisualStudioPropertySheet>