aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--colorize.c4
1 files changed, 3 insertions, 1 deletions
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)