Build: make -j 4

Former-commit-id: 2726bed199c8921f1ba6850777125d609790841e
This commit is contained in:
jinhai 2019-05-30 09:20:47 +08:00
parent ee8d81003c
commit fc21578f24

View File

@ -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