speed up builds without killing os x perhaps

This commit is contained in:
Brent Cook 2015-09-11 09:10:57 -05:00
parent f927fc2a90
commit 14fbc41003

View File

@ -6,7 +6,7 @@ set -e
if [ "x$ARCH" = "xnative" ]; then
# test autotools
./configure
make check
make -j 4 check
# make distribution
make dist