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