From 61c2b2687d8a6fad31ad49b881eac8a0b07f371e Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 13 Sep 2022 20:37:33 +0300 Subject: chore: add debug compilation flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3