aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/boost/portfile.cmake9
1 files changed, 6 insertions, 3 deletions
diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake
index f113fc30e..3ddea1a68 100644
--- a/ports/boost/portfile.cmake
+++ b/ports/boost/portfile.cmake
@@ -31,12 +31,15 @@ endif()
message(STATUS "Bootstrapping done")
set(B2_OPTIONS
- toolset=msvc
- threading=multi
-j$ENV{NUMBER_OF_PROCESSORS}
-q
- --without-python
--debug-configuration
+ --hash
+
+ --without-python
+ toolset=msvc
+ threading=multi
+
)
if (VCPKG_CRT_LINKAGE STREQUAL dynamic)