mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Run UBSAN (undefined behaviour sanitizer) on Circle CI.
This runs in the same build as asan, so "asan" now stands for both asan and ubsan.
This commit is contained in:
parent
f87f8719d0
commit
9c7c924e3c
|
@ -7,7 +7,7 @@ CACHEDIR="$HOME/cache"
|
|||
. ".travis/flags-$CC.sh"
|
||||
add_flag -Werror
|
||||
add_flag -fdiagnostics-color=always
|
||||
add_flag -fsanitize=address
|
||||
add_flag -fsanitize=address,undefined
|
||||
cmake -B_build -H. -GNinja \
|
||||
-DCMAKE_C_FLAGS="$C_FLAGS" \
|
||||
-DCMAKE_CXX_FLAGS="$CXX_FLAGS" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user