mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
./build.sh -t Release will make a release version
Former-commit-id: 7acb08bb5d8d2d64ab1b64ac73ae5373c01d6e80
This commit is contained in:
parent
5897f415ad
commit
15afc4b4bb
@ -26,7 +26,7 @@ usage:
|
||||
exit 0
|
||||
;;
|
||||
?)
|
||||
echo "unkonw argument"
|
||||
echo "unknown argument"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
@ -52,3 +52,7 @@ ${CMAKE_CMD}
|
||||
|
||||
make clean && make -j || exit 1
|
||||
|
||||
if [[ ${BUILD_TYPE} != "Debug" ]]; then
|
||||
strip src/vecwise_server
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user