diff options
author | Pixel <pixel@nobis-crew.org> | 2011-11-18 11:24:18 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-11-18 11:24:18 -0800 |
commit | da190ef39be58ff44a4ac24e8451699bd27c51f0 (patch) | |
tree | 57f379fb9a98c7b240a17c21a9a04e354ce9141c | |
parent | de9f8a69c44e2c7debde51efdf3af0298b8d03d1 (diff) |
Making the debug build to increase libev's debugness too.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |