Skip to content

Commit 7dafaa5

Browse files
authored
Merge pull request #86 from lgeiger/size
Reduce package size
2 parents 6b7ba93 + 44269ad commit 7dafaa5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build_libzmq.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ cd $ZMQ_SRC_DIR
2323

2424
test -f configure || ./autogen.sh
2525
./configure --prefix=$ZMQ_PREFIX --with-relaxed --enable-static --disable-shared
26-
V=1 make -j
26+
make -j 2
2727
make install
28+
29+
cd $ZMQ_PREFIX
30+
rm -rf $ZMQ_SRC_DIR

0 commit comments

Comments
 (0)