chore: Undo removal of --include_source_info from .bazelrc

Committer: @miraleung
PiperOrigin-RevId: 345067549
This commit is contained in:
Google APIs 2020-12-01 11:49:14 -08:00 committed by Copybara-Service
parent a0ba062574
commit 8cfc6c8745
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# 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
build:linux --sandbox_tmpfs_path=/tmp