]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
Define DEBUG_FILE under DEBUG only
[colorize.git] / colorize.c
index 218713d92020c159d226fd61402a2465cf6ad5fe..cefde455c1e7c62f932067504bb6933eb6234b2e 100644 (file)
 # define COLOR_SEP_CHAR '/'
 #endif
 
-#define DEBUG_FILE "debug.txt"
+#if DEBUG
+# define DEBUG_FILE "debug.txt"
+#endif
 
 #define MAX_ATTRIBUTE_CHARS (6 * 2)