From 97f1f6eb9afc9c596c5546877fd36488620f700e Mon Sep 17 00:00:00 2001 From: huanghaiquan Date: Sun, 29 Dec 2019 01:26:49 +0800 Subject: [PATCH] Optimized build script; --- build/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/update.sh b/build/update.sh index 048b39df..5515139b 100755 --- a/build/update.sh +++ b/build/update.sh @@ -62,7 +62,7 @@ fi echo "---------------- 更新子模块代码库 ----------------" cd $BASE_DIR -git submodule update --recursive --progress +git submodule update --recursive --progress --jobs 6 #检查执行结果是否正常 ERR=$?