From 26a1d351025317b16263953fd5254e8f027dd651 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 4 Oct 2017 22:10:05 +0200 Subject: Define DEBUG_FILE under DEBUG only --- colorize.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'colorize.c') 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) -- cgit v1.2.3