# HG changeset patch # User diego # Date 1159523166 0 # Node ID b1cebdd78625eb4da0d75da65849ccfc6c849277 # Parent adc8bfbb3628da8b83f0b48401cf250f192bf3f1 Do not compile with -DDEBUG by default. diff -r adc8bfbb3628 -r b1cebdd78625 Gui/Makefile --- a/Gui/Makefile Fri Sep 29 09:21:53 2006 +0000 +++ b/Gui/Makefile Fri Sep 29 09:46:06 2006 +0000 @@ -4,7 +4,8 @@ INCDIR = -I. -I.. -I../loader -I./wm -I./skin -CFLAGS = $(INCDIR) $(OPTFLAGS) -DDEBUG +CFLAGS = $(INCDIR) $(OPTFLAGS) +#CFLAGS += -DDEBUG ifeq ($(TARGET_WIN32),yes) SRCS = win32/dialogs.c \