From 836bfb5c078f6910b677d5e5da3f59aa136bd082 Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 16 Apr 2019 15:40:29 +0800 Subject: [PATCH] build debug thrift Former-commit-id: 252bae2826946ae61a1a2ada570844b413f3df02 --- cpp/src/thrift/cpp_gen.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 cpp/src/thrift/cpp_gen.sh diff --git a/cpp/src/thrift/cpp_gen.sh b/cpp/src/thrift/cpp_gen.sh new file mode 100755 index 00000000..e279f60a --- /dev/null +++ b/cpp/src/thrift/cpp_gen.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +../../third_party/build/bin/thrift -r --gen cpp ./VectorService.thrift + -- GitLab