From e659c762765da123e8d8d524e9c76697ad9e9c1e Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Sun, 11 Jan 2015 22:43:11 +0100 Subject: Allow for debug flag to be passed to make --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 1265637..159291e 100644 --- a/README +++ b/README @@ -32,6 +32,11 @@ currently no make targets to install it as such. Finally, remove it through `make clean'. +For the sake of completeness, colorize can be also built with +debugging output by issuing `make FLAGS=-DDEBUG'. The intention +is to provide some memory allocation diagnostics (and might be +extended in future). Usually, a debugging build is not required. + Documentation ------------- See man page source file: colorize.1. -- cgit v1.2.3