Log memory usage diagnostics, fix test_not, add ability to compile in debug mode
This commit is contained in:
parent
b6cb84df15
commit
3504bde301
5 changed files with 44 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue