mirror of
https://github.com/python/cpython.git
synced 2026-02-26 00:51:11 +00:00
I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k. Have fun! :)
14 lines
381 B
XML
14 lines
381 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="pgoptimize"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
|
|
InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalManifestDependencies=""
|
|
LinkTimeCodeGeneration="4"
|
|
/>
|
|
</VisualStudioPropertySheet>
|