From 90e82152b07a74b74c10562a1d20cc61cda6b785 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 11 May 2018 23:56:04 +0200 Subject: [PATCH] back-port fixes to Jamfile from master --- Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jamfile b/Jamfile index 9d558b2bd..41090d318 100644 --- a/Jamfile +++ b/Jamfile @@ -796,11 +796,11 @@ local usage-requirements = BOOST_ASIO_ENABLE_CANCELIO @linking # these compiler settings just makes the compiler standard conforming - msvc:/Zc:wchar_t - msvc:/Zc:forScope + msvc:"/Zc:wchar_t" + msvc:"/Zc:forScope" # msvc optimizations - msvc,release:/OPT:ICF=5 - msvc,release:/OPT:REF + msvc,release:"/OPT:ICF=5" + msvc,release:"/OPT:REF" $(CXXFLAGS) $(LDFLAGS)