build: optionally static link boost (#2628)
This commit is contained in:
@@ -13,7 +13,9 @@ brew install \
|
||||
# build
|
||||
mkdir -p build
|
||||
cd build || exit 1
|
||||
cmake -G "Unix Makefiles" ..
|
||||
cmake \
|
||||
-DBOOST_USE_STATIC=OFF \
|
||||
-G "Unix Makefiles" ..
|
||||
make -j"$(sysctl -n hw.logicalcpu)"
|
||||
|
||||
# skip autobuild
|
||||
|
||||
Reference in New Issue
Block a user