Skip to content

Commit 0646987

Browse files
committed
Build libzmq without documentation
* This change reduces build times by half.
1 parent d35e5dd commit 0646987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_libzmq.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ cd "${ZMQ_SRC_DIR}"
2323

2424
test -f configure || ./autogen.sh
2525
if [ "$ZMQ" = "4.1.6" ]; then
26-
./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared ;
26+
./configure "--prefix=${ZMQ_PREFIX}" --with-relaxed --enable-static --disable-shared --without-documentation ;
2727
else
28-
./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared ;
28+
./configure "--prefix=${ZMQ_PREFIX}" --disable-pedantic --enable-static --disable-shared --without-documentation ;
2929
fi
3030
make -j 2
3131
make install

0 commit comments

Comments
 (0)