From 6e16a387a79b4f3af27d1ad21247eb81da464e50 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: 8c085b61f7aff046eacccd1e6960c67bb25b95f2 --- 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