From f978bc2417574ddc6bf70aef6a85d33387106307 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 12 Nov 2018 13:44:22 +0200 Subject: Remove explicit /Oi MSVC option that's implied by /O2 --- UPGRADE.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'UPGRADE.cli') diff --git a/UPGRADE.cli b/UPGRADE.cli index 6730e6d..92f46ef 100644 --- a/UPGRADE.cli +++ b/UPGRADE.cli @@ -177,10 +177,10 @@ config.install.sudo=sudo For Windows with MSVC (from the Visual Studio command prompt): \ -> bpkg-stage create ^ - cc ^ - config.cxx=cl ^ - \"config.cc.coptions=/O2 /Oi\" ^ +> bpkg-stage create ^ + cc ^ + config.cxx=cl ^ + config.cc.coptions=/O2 ^ config.install.root=C:\build2 \ -- cgit v1.1