Merge pull request #21480 from lidizheng/fix-perf

Use fast cpp protos for Bazel Python builds
reviewable/pr21215/r10^2
Lidi Zheng 5 years ago committed by GitHub
commit a53d47b594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/bazel.rc

@ -6,6 +6,7 @@
build --client_env=CC=clang
build --copt=-DGRPC_BAZEL_BUILD
build --action_env=GRPC_BAZEL_RUNTIME=1
build --define=use_fast_cpp_protos=true
build:opt --compilation_mode=opt
build:opt --copt=-Wframe-larger-than=16384

Loading…
Cancel
Save