diff options
author | Steve Dower <steve.dower@python.org> | 2019-07-29 01:01:12 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-07-29 01:01:12 (GMT) |
commit | e1b900247227dad49d8231f1d028872412230ab4 (patch) | |
tree | 3adb2a2b460b3e8dcddc1940862a37966189f506 /PCbuild/_msi.vcxproj | |
parent | 049460da9c7b5f51732e2966195c44713af9dc4c (diff) | |
download | cpython-e1b900247227dad49d8231f1d028872412230ab4.zip cpython-e1b900247227dad49d8231f1d028872412230ab4.tar.gz cpython-e1b900247227dad49d8231f1d028872412230ab4.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
Diffstat (limited to 'PCbuild/_msi.vcxproj')
-rw-r--r-- | PCbuild/_msi.vcxproj | 1 |
1 files changed, 1 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" /> |