mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-19 01:07:00 -04:00
chore: add thread sanitizer suppression for future race
This commit is contained in:
parent
31d9d1192e
commit
6327c48ecd
@ -59,6 +59,7 @@ case "-$BUILD_TYPE-" in
|
||||
;;
|
||||
*-tsan-*)
|
||||
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_TSAN=1"
|
||||
export TSAN_OPTIONS="suppressions=/workspace/tsan.supp"
|
||||
;;
|
||||
*-ubsan-*)
|
||||
CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_UBSAN=1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user