summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 563db5e..8730842 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-g -Ofast
+CFLAGS=-g -Ofast -fsanitize=address -static-libasan
SRC=src
OBJ=obj
SOURCES=$(wildcard $(SRC)/*.c)