We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce127d7 commit 0dca2a7Copy full SHA for 0dca2a7
1 file changed
.bazelrc
@@ -80,7 +80,7 @@ build:sanitizer --strip=never
80
build:sanitizer --copt=-Og
81
build:sanitizer --copt=-g
82
build:sanitizer --copt=-fno-omit-frame-pointer
83
-build:sanitizer --features=external_include_paths
+#build:sanitizer --features=external_include_paths
84
85
86
# --config asan: Address Sanitizer
@@ -114,7 +114,7 @@ build:ubsan --copt=-DCURL_STRICTER
114
build:ubsan --linkopt=-fsanitize=undefined
115
build:ubsan --linkopt=-fsanitize-link-c++-runtime
116
build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1
117
-build:ubsan --features=external_include_paths
+#build:ubsan --features=external_include_paths
118
119
120
# --config xsan: Runs misc. sanitizers that aren't covered elsewhere.
0 commit comments