speed up builds without killing os x perhaps
This commit is contained in:
parent
f927fc2a90
commit
14fbc41003
@ -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