Parallelize build by default.
This commit is contained in:
parent
16ce713f80
commit
6acc8de954
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -18,4 +18,4 @@ autoconf && \
|
|||
autoheader && \
|
||||
automake --add-missing && \
|
||||
./configure "$@" && \
|
||||
make
|
||||
make -j4
|
||||
|
|
|
|||
Loading…
Reference in a new issue