diff --git a/Makefile b/Makefile index 82ad2a34..19e8bdbd 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ $(EXEC): $(OBJS) $(CXX) $(LDFLAGS) -o $@ $^ check: tests/main + export LSAN_OPTIONS=verbosity=2:log_threads=1 ifeq ($(processor),$(filter $(processor),aarch64 arm64 arm armv7l)) $(CC) $(ARCH_CFLAGS) -c -O2 sse2neon.h endif