Skip to content

Commit 34f230a

Browse files
committed
clang has false positives for ODR violations
it complains about the same structure in the same file
1 parent db073ff commit 34f230a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
ASAN_OPTIONS: symbolize=1 detect_leaks=1 detect_stack_use_after_return=1
22+
ASAN_OPTIONS: symbolize=1 detect_leaks=1 detect_stack_use_after_return=1 use_odr_indicator=0
2323
LSAN_OPTIONS: fast_unwind_on_malloc=0:malloc_context_size=50
2424
UBSAN_OPTIONS: print_stacktrace=1
2525
M_PERTURB: "0x42"

0 commit comments

Comments
 (0)