chore: Undo removal of --include_source_info from .bazelrc
Committer: @miraleung PiperOrigin-RevId: 345067549
This commit is contained in:
parent
a0ba062574
commit
8cfc6c8745
3
.bazelrc
3
.bazelrc
|
|
@ -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
|
||||
Loading…
Reference in New Issue