build dists with verbose compiling turned on

This commit is contained in:
Arvid Norberg 2009-11-10 05:04:10 +00:00
parent 693fc96e5b
commit 6afa3d868b
1 changed files with 1 additions and 1 deletions

View File

@ -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