pginstrument.vsprops 921 Bytes
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pginstrument"
Christian Heimes's avatar
Christian Heimes committed
6 7
	OutputDirectory="$(OutDirPGI)"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\"
8 9 10
	>
	<Tool
		Name="VCCLCompilerTool"
11 12 13 14
		Optimization="2"
		InlineFunctionExpansion="1"
		EnableIntrinsicFunctions="false"
		FavorSizeOrSpeed="2"
15 16
		OmitFramePointers="true"
		EnableFiberSafeOptimizations="false"
17
		WholeProgramOptimization="true"
18 19 20
		StringPooling="true"
		ExceptionHandling="0"
		BufferSecurityCheck="false"
21 22 23
	/>
	<Tool
		Name="VCLinkerTool"
24 25
		OptimizeReferences="2"
		EnableCOMDATFolding="2"
26
		LinkTimeCodeGeneration="2"
Christian Heimes's avatar
Christian Heimes committed
27 28 29 30 31 32
		ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
		ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
	/>
	<UserMacro
		Name="OutDirPGI"
		Value="$(SolutionDir)$(PlatformName)-pgi\"
33 34
	/>
</VisualStudioPropertySheet>