aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-16 17:54:34 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-16 17:54:34 -0800
commit9c92984ff67ff204415f8973414873c772f0b346 (patch)
tree331d78c009c8110d26f4942337fbc9e745ee6e8c
parent1574180d03f6ce2f0530c536ed0d4cbd60597e89 (diff)
downloadvcpkg-9c92984ff67ff204415f8973414873c772f0b346.tar.gz
vcpkg-9c92984ff67ff204415f8973414873c772f0b346.zip
[boost] Add --hash
-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)