summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-06-13 14:43:15 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-06-13 14:43:15 (GMT)
commitee0e5104b8675e5b1d7ce0c469d2598d880f0bc2 (patch)
treec0d89c14321ae18fcdbfcfc336b4d1af75ad52ff /PCbuild
parent4856a6ae7d1287c990f5f465492d7f4d26ff7582 (diff)
downloadcpython-ee0e5104b8675e5b1d7ce0c469d2598d880f0bc2.zip
cpython-ee0e5104b8675e5b1d7ce0c469d2598d880f0bc2.tar.gz
cpython-ee0e5104b8675e5b1d7ce0c469d2598d880f0bc2.tar.bz2
Per Martin [1], PGO is no longer used for official releases.
[1] https://mail.python.org/pipermail/python-dev/2014-June/135018.html
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index af03bef..9ac742c 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