mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
Build: make -j 4
Former-commit-id: 2726bed199c8921f1ba6850777125d609790841e
This commit is contained in:
parent
ee8d81003c
commit
fc21578f24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user