File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ build --@com_github_grpc_grpc//:disable_grpc_rls
2626build --define=grpc_no_xds=true
2727test --test_timeout=1500
2828
29+ # Enable bounds-checking assertions in LLVM libcpp containers by default.
30+ build --copt='-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_FAST'
31+
2932# Define the --config=asan-libfuzzer configuration.
3033build:asan-libfuzzer --@rules_fuzzing//fuzzing:cc_engine=@rules_fuzzing//fuzzing/engines:libfuzzer
3134build:asan-libfuzzer --@rules_fuzzing//fuzzing:cc_engine_instrumentation=libfuzzer
@@ -75,4 +78,4 @@ build:westmere --copt='-mpclmul'
7578build:westmere --copt='-mprefer-vector-width=128'
7679build:westmere --copt='-msse4.2'
7780
78- build:arm --copt='-mtune=generic'
81+ build:arm --copt='-mtune=generic'
You can’t perform that action at this time.
0 commit comments