From aeae907d6d11882a4f635d0d5a0b1f75e114c2f2 Mon Sep 17 00:00:00 2001 From: quicksilver Date: Fri, 9 Aug 2019 18:13:47 +0800 Subject: [PATCH] update build.sh Former-commit-id: ec1488d6e4fecc756349dd88b056dda24b181b9a --- cpp/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/build.sh b/cpp/build.sh index 984ae9d3..12797251 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" ; -- GitLab