We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1269d4a commit cd945cfCopy full SHA for cd945cf
.bazelrc
@@ -12,6 +12,9 @@ build --nozip_undeclared_test_outputs
12
common --repo_env=CC=clang
13
# Required by abseil-cpp.
14
build --cxxopt=-std=c++14
15
+# Silence protobuf compilation warnings.
16
+build --host_copt=-Wno-unused-function
17
+build --host_copt=-Wno-unknown-warning-option
18
# Requires a relatively modern clang.
19
build:ci --features=layering_check
20
build:macos --apple_crosstool_top=@local_config_apple_cc//:toolchain
0 commit comments