diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-06-13 14:38:50 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-06-13 14:38:50 (GMT) |
commit | 4856a6ae7d1287c990f5f465492d7f4d26ff7582 (patch) | |
tree | 595b7b7b45e9cde851c06e8dd4c94ffe1ea1c79a /PCbuild | |
parent | b2788fe854173b6b213010a7462c05594d703c06 (diff) | |
download | cpython-4856a6ae7d1287c990f5f465492d7f4d26ff7582.zip cpython-4856a6ae7d1287c990f5f465492d7f4d26ff7582.tar.gz cpython-4856a6ae7d1287c990f5f465492d7f4d26ff7582.tar.bz2 |
Issue #21745: Mention VS2010 SP1 as a solution for LNK1123 errors
Diffstat (limited to 'PCbuild')
-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 e477d7d..af03bef 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. |