0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

tools/boostrap: Reduce b2 headers output.

This commit is contained in:
Jason Volk 2016-09-09 18:22:49 -07:00
parent 26adba7356
commit c2e9c6df3b

View file

@ -164,7 +164,7 @@ run git submodule update --init --recursive libs/algorithm
### Install should go right into this local submodule repository
run ./bootstrap.sh --prefix=$PWD --libdir=$PWD/lib --with-libraries=$BLIBS $BSFLAGS
run ./b2 headers
run ./b2 headers -d0
run ./b2 install threading=$BTHREADING variant=$BVARIANT link=$BLINK address-model=64 warnings=all
### TODO: this shouldn't be necessary.