From: Zachary Ware Date: Fri, 13 Jun 2014 14:43:15 +0000 (-0500) Subject: Per Martin [1], PGO is no longer used for official releases. X-Git-Tag: v3.4.2rc1~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee0e5104b8675e5b1d7ce0c469d2598d880f0bc2;p=python Per Martin [1], PGO is no longer used for official releases. [1] https://mail.python.org/pipermail/python-dev/2014-June/135018.html --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index af03befd9e..9ac742c632 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -20,9 +20,6 @@ Visual Studio 2010 Premium Edition Installing Service Pack 1 for Visual Studio 2010 is highly recommended to avoid LNK1123 errors. -The official Python releases are built with PGO using Visual Studio 2010 -Ultimate Edition. - All you need to do to build is open the solution "pcbuild.sln" in Visual Studio, select the desired combination of configuration and platform, then build with "Build Solution" or the F7 keyboard shortcut. You can