From 8cfc6c874574b649b4524a4ef6a0651533325a84 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 1 Dec 2020 11:49:14 -0800 Subject: [PATCH] chore: Undo removal of --include_source_info from .bazelrc Committer: @miraleung PiperOrigin-RevId: 345067549 --- .bazelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index c894385a..5c973ac5 100644 --- a/.bazelrc +++ b/.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 \ No newline at end of file