diff --git a/.bazelrc b/.bazelrc index b116830a..dc51aae2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,6 +5,7 @@ build --cxxopt="-std=c++17" build --strip=never build --define=BRPC_WITH_GLOG=true build --fission=yes +build --experimental_google_legacy_api build --jobs=6 test --jobs=6