From a2ea0e4804f30cdc754b1ed6a37fff30fd8a5378 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 22 Sep 2015 16:45:19 -0700 Subject: Issue #25102: Windows installer does not precompile for -O or -OO. --- Misc/NEWS | 2 + Tools/msi/bundle/bundle.wxl | 2 + Tools/msi/bundle/packagegroups/postinstall.wxs | 51 +++++++++++++++++++++++--- 3 files changed, 50 insertions(+), 5 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 2ed6491..36cb6e4 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 684e0da..d7a65c4 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 7b0f3fc..b40c2a5 100644 --- a/Tools/msi/bundle/packagegroups/postinstall.wxs +++ b/Tools/msi/bundle/packagegroups/postinstall.wxs @@ -40,23 +40,64 @@ - + + + + + +