mirror of https://github.com/milvus-io/milvus.git
Build: make -j 4
Former-commit-id: 2726bed199c8921f1ba6850777125d609790841epull/191/head
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