We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78892d0 commit 1286504Copy full SHA for 1286504
1 file changed
.bazelrc
@@ -20,6 +20,9 @@ build --enable_platform_specific_config=true
20
21
build --features=external_include_paths
22
23
+build --per_file_copt=grpc+//@-Wprivate
24
+
25
26
# The project requires C++ >= 17.
27
build:linux --cxxopt=-std=c++17
28
build:macos --cxxopt=-std=c++17
@@ -108,6 +111,8 @@ build:ubsan --copt=-DCURL_STRICTER
108
111
build:ubsan --linkopt=-fsanitize=undefined
109
112
build:ubsan --linkopt=-fsanitize-link-c++-runtime
110
113
build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1
114
+build:ubsan --features=external_include_paths
115
116
117
# --config xsan: Runs misc. sanitizers that aren't covered elsewhere.
118
build:xsan --config=sanitizer
0 commit comments