Skip to content

Commit 6a29cca

Browse files
committed
try to disable in lots of ways
1 parent 2b09d12 commit 6a29cca

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.bazelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ build --enable_platform_specific_config=true
2121
build --features=external_include_paths
2222

2323
build --per_file_copt=grpc+//@-Wno-private-header
24-
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
2528

2629
# The project requires C++ >= 17.
2730
build:linux --cxxopt=-std=c++17

0 commit comments

Comments
 (0)