diff --git a/Jamfile b/Jamfile index c5bcf1d01..845b19ab3 100644 --- a/Jamfile +++ b/Jamfile @@ -243,7 +243,7 @@ rule building ( properties * ) if ( off in $(properties) && ! off in $(properties) ) { - ECHO 'invariant-check' requires enabled 'asserts' mode. (e.g. specify build params: invariant-check=on asserts=on) ; + ECHO "'invariant-check' requires enabled 'asserts' mode. (e.g. specify build params: invariant-check=on asserts=on)" ; result += no ; } @@ -783,8 +783,8 @@ local usage-requirements = BOOST_ASIO_HAS_STD_CHRONO @linking # msvc optimizations - msvc,release:/OPT:ICF=5 - msvc,release:/OPT:REF + msvc,release:"/OPT:ICF=5" + msvc,release:"/OPT:REF" # disable bogus deprecation warnings on msvc8 msvc:_SCL_SECURE_NO_DEPRECATE