changeset 19998:b1cebdd78625

Do not compile with -DDEBUG by default.
author diego
date Fri, 29 Sep 2006 09:46:06 +0000
parents adc8bfbb3628
children 1ffb54bae960
files Gui/Makefile
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \