diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-14 20:00:27 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-14 20:45:19 +0300 |
commit | a37aefba7aa2f5ddf7fa980b05836eb445dd5ea5 (patch) | |
tree | 776ff4b6fa85aeed04ee8ae6a7ddeca1f2d92a69 /contrib/libs | |
parent | afa0505d8aa93cf04c6baa573417fcc219d134ce (diff) | |
download | ydb-a37aefba7aa2f5ddf7fa980b05836eb445dd5ea5.tar.gz |
Intermediate changes
commit_hash:97c10a888ca7777e73ecf5711c04b70ead3046a0
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/clang18-rt/lib/asan/asan_flags.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/clang18-rt/lib/asan/asan_flags.inc b/contrib/libs/clang18-rt/lib/asan/asan_flags.inc index ea29d65f2f..3bdd9c55a3 100644 --- a/contrib/libs/clang18-rt/lib/asan/asan_flags.inc +++ b/contrib/libs/clang18-rt/lib/asan/asan_flags.inc @@ -147,7 +147,7 @@ ASAN_FLAG(bool, detect_container_overflow, true, "If true, honor the container overflow annotations. See " "https://github.com/google/sanitizers/wiki/" "AddressSanitizerContainerOverflow") -ASAN_FLAG(int, detect_odr_violation, 0, +ASAN_FLAG(int, detect_odr_violation, 1, "If >=2, detect violation of One-Definition-Rule (ODR); " "If ==1, detect ODR-violation only if the two variables " "have different sizes") |