diff options
author | Steven Schubiger <stsc@refcnt.org> | 2016-01-01 13:55:06 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2016-01-01 13:55:06 +0100 |
commit | dbbbe0626872bd88a0262a8545b81a1b5eeceaa4 (patch) | |
tree | 147576641cad923548e8844b9fdbb4974a3baa3f /README | |
parent | 26c918ce126949b27ab3586248cdfffb902dc586 (diff) | |
download | colorize-dbbbe0626872bd88a0262a8545b81a1b5eeceaa4.tar.gz colorize-dbbbe0626872bd88a0262a8545b81a1b5eeceaa4.tar.bz2 |
Add README section header
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ currently no make targets to install it as such. Finally, remove it through `make clean'. +Debugging instructions +---------------------- 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 |