From 8e9a52ceae1f2e0fac76d06ff5e6a2170dcdd1bb Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 17 May 2015 17:23:18 -0400 Subject: fix some memory leaks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e49c926..69d2366 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CC = cc SRC := $(wildcard src/*.c) OBJ := $(SRC:.c=.o) -CFLAGS = -Isrc/ -O3 -g -Wall -fsanitize=address -std=c99 +CFLAGS = -Isrc/ -O3 -g -Wall -std=c99 HEADERS := $(wildcard src/*.h) -- cgit v1.1