Log memory usage diagnostics, fix test_not, add ability to compile in debug mode

This commit is contained in:
Dan Hirsch 2012-05-12 23:04:54 +01:00
parent b6cb84df15
commit 3504bde301
5 changed files with 44 additions and 11 deletions

View file

@ -3,7 +3,7 @@ LDFLAGS := $(shell pkg-config --libs glib-2.0)
CC := gcc
# Set V=1 for verbose mode...
V := 0
CFLAGS += -DINCLUDE_TESTS
CFLAGS += -DINCLUDE_TESTS $(EXTRA_CFLAGS)
HUSH = $(TOPLEVEL)/lib/hush
# Check to make sure variables are properly set