Skip to content

Building with ThreadSanitizer

Sam Gross edited this page Oct 29, 2021 · 1 revision
CFLAGS="-fsanitize=thread" LDFLAGS="-fsanitize=thread -pthread" ./configure --with-pydebug
make clean
make -j
TSAN_OPTIONS="suppressions=./suppressions.txt" ./python