summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 4f7ecafcff..4cc7365517 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -4,7 +4,8 @@ LIBNAME = libgui.a
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 \