From: Steven Schubiger Date: Wed, 4 Oct 2017 20:10:05 +0000 (+0200) Subject: Define DEBUG_FILE under DEBUG only X-Git-Tag: v0.63~11 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=26a1d351025317b16263953fd5254e8f027dd651 Define DEBUG_FILE under DEBUG only --- diff --git a/colorize.c b/colorize.c index 218713d..cefde45 100644 --- a/colorize.c +++ b/colorize.c @@ -116,7 +116,9 @@ # define COLOR_SEP_CHAR '/' #endif -#define DEBUG_FILE "debug.txt" +#if DEBUG +# define DEBUG_FILE "debug.txt" +#endif #define MAX_ATTRIBUTE_CHARS (6 * 2)