From 21a0a44853451f3d791bafc80c01deab0ff4c79e Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 2 Jul 2018 23:11:26 +0300 Subject: Introduce draw manager, refactor main Move timers to struct game. Partially move field painting to draw manager. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 133184a..bbe323d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ OBJECTS:=$(patsubst $(SRC)/%.c,$(BUILD)/%.c.o,$(SOURCES)) INCLUDE+=include INCLUDE:=$(patsubst %,-I%,$(INCLUDE)) -#COMMON+=-fsanitize=leak +#COMMON+=-fsanitize=address CFLAGS+=$(COMMON) CFLAGS+=$(INCLUDE) -- cgit v1.2.3