summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-11-18 11:24:18 -0800
committerPixel <pixel@nobis-crew.org>2011-11-18 11:24:18 -0800
commitda190ef39be58ff44a4ac24e8451699bd27c51f0 (patch)
tree57f379fb9a98c7b240a17c21a9a04e354ce9141c /Makefile
parentde9f8a69c44e2c7debde51efdf3af0298b8d03d1 (diff)
Making the debug build to increase libev's debugness too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4ee968..dcdd255 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ CPPFLAGS += -fno-strict-aliasing
ifeq ($(DEBUG),)
CPPFLAGS += -O3 -DNDEBUG
else
-CPPFLAGS += -g -DDEBUG
+CPPFLAGS += -g -DDEBUG -DEV_VERIFY=3
LDFLAGS += -g
endif