diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-13 14:39:24 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-13 14:39:24 (GMT) |
commit | ff7cfb21d99acb2b0c850d4d82d6c7b91023c4fe (patch) | |
tree | 2c1c26051e1aa14ee2e5ec6b074554bcf3a2fef0 /PCbuild/readme.txt | |
parent | 8a1ba194db2ad6978718e36985e0a7df12cfaffb (diff) | |
parent | 4856a6ae7d1287c990f5f465492d7f4d26ff7582 (diff) | |
download | cpython-ff7cfb21d99acb2b0c850d4d82d6c7b91023c4fe.zip cpython-ff7cfb21d99acb2b0c850d4d82d6c7b91023c4fe.tar.gz cpython-ff7cfb21d99acb2b0c850d4d82d6c7b91023c4fe.tar.bz2 |
Issue #21745: Merge with 3.4
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 5a16377..2b7af7a 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -17,6 +17,9 @@ Visual Studio 2010 Premium Edition Required for building Release configuration builds that make use of Profile Guided Optimization (PGO), on either platform. +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. |