diff --git a/cpp/build.sh b/cpp/build.sh index 0603ae5623..3af7b31bfb 100755 --- a/cpp/build.sh +++ b/cpp/build.sh @@ -6,7 +6,7 @@ LICENSE_CHECK="OFF" INSTALL_PREFIX=$(pwd)/milvus MAKE_CLEAN="OFF" -while getopts "p:t:uhgr" arg +while getopts "p:t:uhlr" arg do case $arg in t)