From: Steve Dower Date: Tue, 22 Sep 2015 23:45:19 +0000 (-0700) Subject: Issue #25102: Windows installer does not precompile for -O or -OO. X-Git-Tag: v3.5.1rc1~295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2ea0e4804f30cdc754b1ed6a37fff30fd8a5378;p=python Issue #25102: Windows installer does not precompile for -O or -OO. --- diff --git a/Misc/NEWS b/Misc/NEWS index 2ed6491172..36cb6e4db3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -150,6 +150,8 @@ Build Windows ------- +- Issue #25102: Windows installer does not precompile for -O or -OO. + - Issue #25081: Makes Back button in installer go back to upgrade page when upgrading. diff --git a/Tools/msi/bundle/bundle.wxl b/Tools/msi/bundle/bundle.wxl index 684e0dac4e..d7a65c48dc 100644 --- a/Tools/msi/bundle/bundle.wxl +++ b/Tools/msi/bundle/bundle.wxl @@ -2,4 +2,6 @@ C Runtime Update (KB2999226) Precompiling standard library + Precompiling standard library (-O) + Precompiling standard library (-OO) diff --git a/Tools/msi/bundle/packagegroups/postinstall.wxs b/Tools/msi/bundle/packagegroups/postinstall.wxs index 7b0f3fc818..b40c2a5a30 100644 --- a/Tools/msi/bundle/packagegroups/postinstall.wxs +++ b/Tools/msi/bundle/packagegroups/postinstall.wxs @@ -40,23 +40,64 @@ - + + + + + +