Skip to content

Commit 8e4ae8c

Browse files
committed
Limit libzmq build to 2 cores
1 parent 6b7ba93 commit 8e4ae8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_libzmq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ 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

0 commit comments

Comments
 (0)