diff --git a/cpp/build.sh b/cpp/build.sh index 984ae9d36575248d302b5f01aadad08fa6141c63..1279725162ff059f44ee708168ab359b4e0c137a 100755 --- a/cpp/build.sh +++ b/cpp/build.sh @@ -18,6 +18,7 @@ do case $arg in t) BUILD_TYPE=$OPTARG # BUILD_TYPE + KNOWHERE_OPTS="${KNOWHERE_OPTS} -t $OPTARG" ;; u) echo "Build and run unittest cases" ;