Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Aug 24, 2024
1 parent 50ddac1 commit c361132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c361132

Please sign in to comment.