diff options
author | Oxore <oxore@protonmail.com> | 2018-07-09 07:45:56 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2018-07-09 07:45:56 +0300 |
commit | 7d6b30bd06492aab52fb0ca111e2a9d4e38ac99b (patch) | |
tree | ca73790b7cacbd29219ed0778881b9f66f76fcb9 /Makefile | |
parent | a3eaa5d7cd4bdb5cf1977c4cd4e8b4dd28e737ea (diff) |
Fix hard drop when out of field boundaryv0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ DEPENDS:=$(OBJECTS:.o=.d) INCLUDE+=include INCLUDE:=$(INCLUDE:%=-I%) -COMMON+=-fsanitize=address +#COMMON+=-fsanitize=address CFLAGS+=$(COMMON) CFLAGS+=$(INCLUDE) |