summaryrefslogtreecommitdiffstats
path: root/storage/maria/libmarias3/ci-scripts/usan.sh
blob: 9090c37d29ef33eb296384bf852db81b6e0e7b3a (plain)
1
2
3
4
5
6
7
#!/bin/sh
export CC=clang
export CFLAGS="-fsanitize=undefined -fsanitize=nullability"
autoreconf -fi
./configure --enable-debug=yes
make
make check 2>/dev/null