build dists with verbose compiling turned on
This commit is contained in:
parent
693fc96e5b
commit
6afa3d868b
|
@ -19,4 +19,4 @@ chmod a-x docs/*.rst docs/*.htm* src/*.cpp include/libtorrent/*.hpp
|
|||
|
||||
./autotool.sh
|
||||
./configure --enable-python-binding --with-zlib=shipped --enable-examples=yes --enable-tests=yes --with-boost-system=mt --with-boost-python=mt --with-boost-thread=mt --with-boost-filesystem=mt
|
||||
make -j 8 dist check
|
||||
make V=1 -j8 dist check
|
||||
|
|
Loading…
Reference in New Issue