From b54a5d4a79d53c1311a272359e6073293c5d209a Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Thu, 8 Apr 2010 22:36:06 +0300 Subject: [PATCH] Makefile: Enable DEBUG definition in debug build Signed-off-by: Timo Kokkonen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35a581d..0d38ebb 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ endif %-debug.o: %.c @echo -e "\tCC\t" $@ - @$(CC) -MMD -MF .$@.d $(CFLAGS) -O0 -c $< -o $@ + @$(CC) -MMD -MF .$@.d $(CFLAGS) -DDEBUG -O0 -c $< -o $@ TAGS: @echo -e "\tTAGS\t" -- 2.44.0