diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-29 01:20:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-29 01:20:02 (GMT) |
commit | 36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506 (patch) | |
tree | e57502f766326641f9419c8e8f53702485f2d791 /PCbuild | |
parent | f96334c17946683dd4fb5a84e86a7a4caa4b487d (diff) | |
download | cpython-36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506.zip cpython-36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506.tar.gz cpython-36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506.tar.bz2 |
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985)
https://bugs.python.org/issue36044
Automerge-Triggered-By: @zooba
(cherry picked from commit e1b900247227dad49d8231f1d028872412230ab4)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/_msi.vcxproj | 1 | ||||
-rw-r--r-- | PCbuild/winsound.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/_msi.vcxproj b/PCbuild/_msi.vcxproj index 9f089ac..720eb29 100644 --- a/PCbuild/_msi.vcxproj +++ b/PCbuild/_msi.vcxproj @@ -70,6 +70,7 @@ <ProjectGuid>{31FFC478-7B4A-43E8-9954-8D03E2187E9C}</ProjectGuid> <RootNamespace>_msi</RootNamespace> <Keyword>Win32Proj</Keyword> + <SupportPGO>false</SupportPGO> </PropertyGroup> <Import Project="python.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/PCbuild/winsound.vcxproj b/PCbuild/winsound.vcxproj index 56da96a..32cedc9 100644 --- a/PCbuild/winsound.vcxproj +++ b/PCbuild/winsound.vcxproj @@ -70,6 +70,7 @@ <ProjectGuid>{28B5D777-DDF2-4B6B-B34F-31D938813856}</ProjectGuid> <RootNamespace>winsound</RootNamespace> <Keyword>Win32Proj</Keyword> + <SupportPGO>false</SupportPGO> </PropertyGroup> <Import Project="python.props" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |