From: Timo Kokkonen Date: Thu, 8 Apr 2010 19:36:06 +0000 (+0300) Subject: Makefile: Enable DEBUG definition in debug build X-Git-Url: http://git.itanic.dy.fi/?p=sdl-planets;a=commitdiff_plain;h=b54a5d4a79d53c1311a272359e6073293c5d209a Makefile: Enable DEBUG definition in debug build Signed-off-by: Timo Kokkonen --- 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"