提交 15afc4b4 编写于 作者: J jinhai

./build.sh -t Release will make a release version


Former-commit-id: 7acb08bb5d8d2d64ab1b64ac73ae5373c01d6e80
上级 5897f415
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册