summaryrefslogtreecommitdiff
path: root/grpc/tools/remote_build/mac.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/remote_build/mac.bazelrc')
-rw-r--r--grpc/tools/remote_build/mac.bazelrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/grpc/tools/remote_build/mac.bazelrc b/grpc/tools/remote_build/mac.bazelrc
index cc201565..4ff71d80 100644
--- a/grpc/tools/remote_build/mac.bazelrc
+++ b/grpc/tools/remote_build/mac.bazelrc
@@ -33,3 +33,6 @@ build --project_id=grpc-testing
# print output for tests that fail (default is "summary")
build --test_output=errors
+
+# Enable strict warnings to keep it warning-free.
+build --define=use_strict_warning=true