Skip to content

Commit

Permalink
Merge pull request #86 from lgeiger/size
Browse files Browse the repository at this point in the history
Reduce package size
  • Loading branch information
rgbkrk authored Nov 1, 2016
2 parents 6b7ba93 + 44269ad commit 7dafaa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_libzmq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ cd $ZMQ_SRC_DIR

test -f configure || ./autogen.sh
./configure --prefix=$ZMQ_PREFIX --with-relaxed --enable-static --disable-shared
V=1 make -j
make -j 2
make install

cd $ZMQ_PREFIX
rm -rf $ZMQ_SRC_DIR

0 comments on commit 7dafaa5

Please sign in to comment.