We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749ebf8 commit fc7a80bCopy full SHA for fc7a80b
.bazelrc
@@ -28,6 +28,7 @@ build:clang-asan --copt -DADDRESS_SANITIZER=1
28
build:clang-asan --copt -DUNDEFINED_SANITIZER=1
29
build:clang-asan --copt -fsanitize=address,undefined
30
build:clang-asan --copt -fsanitize-address-use-after-scope
31
+build:clang-asan --copt -fno-sanitize=unsigned-integer-overflow
32
build:clang-asan --linkopt -fsanitize=address,undefined
33
build:clang-asan --linkopt -fsanitize-address-use-after-scope
34
build:clang-asan --test_env=ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:strict_init_order=1:strict_string_checks=1
0 commit comments