diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake index 7394e70ea5..f113fc30ea 100644 --- a/ports/boost/portfile.cmake +++ b/ports/boost/portfile.cmake @@ -31,11 +31,11 @@ endif() message(STATUS "Bootstrapping done") set(B2_OPTIONS - --toolset=msvc + toolset=msvc + threading=multi -j$ENV{NUMBER_OF_PROCESSORS} -q - --without-python - threading=multi + --without-python --debug-configuration )