Skip to content

Commit

Permalink
add UBSan
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakdan committed Dec 17, 2024
1 parent d30da1d commit 3bbfb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/test/native/com/example/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cc_jni_library(
name = "native_value_profile_fuzzer",
srcs = ["native_value_profile_fuzzer.cpp"],
copts = [
"-fsanitize=fuzzer-no-link",
"-fsanitize=fuzzer-no-link,undefined",
],
linkopts = [
"-fsanitize=fuzzer-no-link",
"-fsanitize=fuzzer-no-link,undefined",
],
target_compatible_with = SKIP_ON_WINDOWS,
visibility = ["//tests:__pkg__"],
Expand Down

0 comments on commit 3bbfb1f

Please sign in to comment.