diff options
author | Steven Schubiger <stsc@refcnt.org> | 2015-01-11 22:43:11 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2015-01-11 22:43:11 +0100 |
commit | e659c762765da123e8d8d524e9c76697ad9e9c1e (patch) | |
tree | aa849533d28415fe630a88b008f45b24c30c7988 /README | |
parent | e999194ca8d7ac1a00180df5387444bac9d741f6 (diff) | |
download | colorize-e659c762765da123e8d8d524e9c76697ad9e9c1e.tar.gz colorize-e659c762765da123e8d8d524e9c76697ad9e9c1e.tar.bz2 |
Allow for debug flag to be passed to make
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |