summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2018-07-09 07:45:56 +0300
committerOxore <oxore@protonmail.com>2018-07-09 07:45:56 +0300
commit7d6b30bd06492aab52fb0ca111e2a9d4e38ac99b (patch)
treeca73790b7cacbd29219ed0778881b9f66f76fcb9 /Makefile
parenta3eaa5d7cd4bdb5cf1977c4cd4e8b4dd28e737ea (diff)
Fix hard drop when out of field boundaryv0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)