diff options
| -rw-r--r-- | ports/boost/portfile.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake index 7394e70ea..f113fc30e 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 ) |
