diff options
author | 2019-07-28 18:20:02 -0700 | |
---|---|---|
committer | 2019-07-28 18:20:02 -0700 | |
commit | 36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506 (patch) | |
tree | e57502f766326641f9419c8e8f53702485f2d791 /PCbuild | |
parent | bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) (diff) | |
download | cpython-36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506.tar.gz cpython-36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506.tar.bz2 cpython-36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506.zip |
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 9f089ac7f52..720eb2931be 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 56da96a8552..32cedc9b444 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" /> |