summaryrefslogtreecommitdiffstats
path: root/PCbuild/_msi.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-07-29 01:01:12 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-07-29 01:01:12 (GMT)
commite1b900247227dad49d8231f1d028872412230ab4 (patch)
tree3adb2a2b460b3e8dcddc1940862a37966189f506 /PCbuild/_msi.vcxproj
parent049460da9c7b5f51732e2966195c44713af9dc4c (diff)
downloadcpython-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.vcxproj1
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" />