]> git.refcnt.org Git - colorize.git/commitdiff
Define DEBUG_FILE under DEBUG only
authorSteven Schubiger <stsc@refcnt.org>
Wed, 4 Oct 2017 20:10:05 +0000 (22:10 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Wed, 4 Oct 2017 20:10:05 +0000 (22:10 +0200)
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)