summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-13 23:38:16 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-13 23:38:16 +0000
commitbb3f61e4fffeef33ad72536b5e6f67bc730fa1ba (patch)
treefe117f63bfbb5cd67d1bccad11f07632e3845b6a /Gui
parent12b54f08375ec2654ae05e10dbc27728f0fedc48 (diff)
downloadmpv-bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba.tar.bz2
mpv-bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba.tar.xz
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17382 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index fa608e5345..486bc2c34f 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -6,8 +6,7 @@ include config.mak
INCDIR = -I. -I.. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
-OPTIMIZE = $(OPTFLAGS) \
- -fexpensive-optimizations -fschedule-insns2 -Wall
+OPTIMIZE = $(OPTFLAGS)
CFLAGS = $(OPTIMIZE) $(INCDIR) $(DEBUG)