summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-29 09:46:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-29 09:46:06 +0000
commitabf834607fe8bb1ebd2f6016588608d54a7cf255 (patch)
tree0354216fa3adf2445e4b362501b5a2b0f7ed586d /Gui
parent3460d03a8412a37ab6bd1bc2e23a71e039a45048 (diff)
downloadmpv-abf834607fe8bb1ebd2f6016588608d54a7cf255.tar.bz2
mpv-abf834607fe8bb1ebd2f6016588608d54a7cf255.tar.xz
Do not compile with -DDEBUG by default.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20004 b3059339-0415-0410-9bf9-f77b7e298cf2
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 \