Skip to content

Commit

Permalink
[boost] Add --hash
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Nov 17, 2016
1 parent 1574180 commit 9c92984
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ports/boost/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9c92984

Please sign in to comment.