We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b09d12 commit 6a29ccaCopy full SHA for 6a29cca
1 file changed
.bazelrc
@@ -21,7 +21,10 @@ build --enable_platform_specific_config=true
21
build --features=external_include_paths
22
23
build --per_file_copt=grpc+//@-Wno-private-header
24
-
+build --copt=-Wno-private-header
25
+build --cxxopt=-Wno-private-header
26
+build --host_copt=-Wno-private-header
27
+build --host_cxxopt=-Wno-private-header
28
29
# The project requires C++ >= 17.
30
build:linux --cxxopt=-std=c++17
0 commit comments