Surround "#define DEBUG 0" with "#ifndef DEBUG..#endif"
Otherwise "make CFLAGS=-DDEBUG=1" is cumbersome to run. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
#include "tree.h"
|
||||
#include "cache-tree.h"
|
||||
|
||||
#ifndef DEBUG
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
|
||||
struct cache_tree *cache_tree(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user