From: Lukas Krickl Date: Fri, 27 Feb 2026 09:25:25 +0000 (+0100) Subject: make: Added addrsan to test build X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=812f09918f192d691984a7482a4eb5669c931502;p=lrts%2F.git make: Added addrsan to test build --- diff --git a/makefile b/makefile index 7d9d920..77450a8 100644 --- a/makefile +++ b/makefile @@ -22,7 +22,7 @@ FORCE: main.o: src/main.c FORCE $(CCOBJ) test.o: src/test.c FORCE - $(CCOBJ) + $(CCOBJ) -fsanitize=address bin: main.o $(OBJS)