speed up builds without killing os x perhaps
This commit is contained in:
parent
b5090c5853
commit
ef01eb71d1
@ -6,7 +6,7 @@ set -e
|
|||||||
if [ "x$ARCH" = "xnative" ]; then
|
if [ "x$ARCH" = "xnative" ]; then
|
||||||
# test autotools
|
# test autotools
|
||||||
./configure
|
./configure
|
||||||
make check
|
make -j 4 check
|
||||||
|
|
||||||
# make distribution
|
# make distribution
|
||||||
make dist
|
make dist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user