From b11a87f3b54be3a5e42c15020ee1e0781f86da90 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 24 Nov 2020 14:38:21 -0800 Subject: [PATCH] chore: Remove spurious build warnings by deleting--include_source_info from .bazelrc Committer: @miraleung PiperOrigin-RevId: 344134135 --- .bazelrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 5c973ac5..c894385a 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,8 +1,7 @@ # 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 \ No newline at end of file +build:linux --sandbox_tmpfs_path=/tmp