From 9c92984ff67ff204415f8973414873c772f0b346 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 16 Nov 2016 17:54:34 -0800 Subject: [boost] Add --hash --- ports/boost/portfile.cmake | 9 ++++++--- 1 file 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) -- cgit v1.2.3