From fc21578f24b28b1f9057af917a1c7403b8eccf1b Mon Sep 17 00:00:00 2001 From: jinhai Date: Thu, 30 May 2019 09:20:47 +0800 Subject: [PATCH] Build: make -j 4 Former-commit-id: 2726bed199c8921f1ba6850777125d609790841e --- cpp/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/build.sh b/cpp/build.sh index abab7bdffa..66f06a617f 100755 --- a/cpp/build.sh +++ b/cpp/build.sh @@ -72,7 +72,7 @@ if [[ ${MAKE_CLEAN} = "ON" ]]; then make clean fi -make -j 1 || exit 1 +make -j 4 || exit 1 if [[ ${BUILD_TYPE} != "Debug" ]]; then strip src/vecwise_server