From 7d6b30bd06492aab52fb0ca111e2a9d4e38ac99b Mon Sep 17 00:00:00 2001 From: Oxore Date: Mon, 9 Jul 2018 07:45:56 +0300 Subject: Fix hard drop when out of field boundary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8fec75f..7e88eb9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS:=$(OBJECTS:.o=.d) INCLUDE+=include INCLUDE:=$(INCLUDE:%=-I%) -COMMON+=-fsanitize=address +#COMMON+=-fsanitize=address CFLAGS+=$(COMMON) CFLAGS+=$(INCLUDE) -- cgit v1.2.3