Files
googleapis/.bazelrc
Google APIs 40a354b0f4 chore: add protoc proto3_optional flag in bazelrc
This adds the proto3_optional enablement flag to all proto_library
target invocations.

PiperOrigin-RevId: 314951681
2020-06-05 10:27:06 -07:00

8 lines
380 B
Plaintext

# To make proto_library rules to include source info in the descriptor
build --protocopt=--include_source_info
build --protocopt=--experimental_allow_proto3_optional
# This is to avoid JVM SIGBUS crashes on highly parallel builds,
# see https://github.com/bazelbuild/bazel/issues/3236 for more details
build --enable_platform_specific_config
build:linux --sandbox_tmpfs_path=/tmp