Add better error reporting for MemoryErrors caused by str->float conversions.
[python.git] / PCbuild / pginstrument.vsprops
blob93b968760c817a5ee98d49280c3a0a4bf062eb6e
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pginstrument"
6 OutputDirectory="$(OutDirPGI)"
7 IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\"
9 <Tool
10 Name="VCCLCompilerTool"
11 Optimization="2"
12 InlineFunctionExpansion="1"
13 EnableIntrinsicFunctions="false"
14 FavorSizeOrSpeed="2"
15 OmitFramePointers="true"
16 EnableFiberSafeOptimizations="false"
17 WholeProgramOptimization="true"
18 StringPooling="true"
19 ExceptionHandling="0"
20 BufferSecurityCheck="false"
22 <Tool
23 Name="VCLinkerTool"
24 OptimizeReferences="2"
25 EnableCOMDATFolding="2"
26 LinkTimeCodeGeneration="2"
27 ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
28 ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
30 <UserMacro
31 Name="OutDirPGI"
32 Value="$(SolutionDir)$(PlatformName)-pgi\"
34 </VisualStudioPropertySheet>