From c361132e26f8f3b28e69fe6455671882e54b3b76 Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Sun, 25 Aug 2024 04:47:49 +0800 Subject: [PATCH] wip --- Makefile | 1 + 1 file changed, 1 insertion(+) 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