mirror of https://gitee.com/bigwinds/arangodb
raised to 4
This commit is contained in:
parent
f94df236a3
commit
856f8c9df3
|
@ -19,7 +19,7 @@ echo "CXX: $CXX"
|
||||||
echo
|
echo
|
||||||
echo "$0: compiling ArangoDB"
|
echo "$0: compiling ArangoDB"
|
||||||
|
|
||||||
(cd build && make -j2)
|
(cd build && make -j4)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "$0: testing ArangoDB"
|
echo "$0: testing ArangoDB"
|
||||||
|
|
Loading…
Reference in New Issue