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)