From da190ef39be58ff44a4ac24e8451699bd27c51f0 Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 18 Nov 2011 11:24:18 -0800 Subject: Making the debug build to increase libev's debugness too. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3