aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22f290d..c05ba83 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CC = cc
SRC := $(wildcard src/*.c)
OBJ := $(SRC:.c=.o)
-CFLAGS = -Isrc/ -O0 -g -Wall -Wextra -std=c99
+CFLAGS = -Isrc/ -O0 -g -Wall -Wextra -std=c99 -fsanitize=address
HEADERS := $(wildcard src/*.h)