diff options
author | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-13 23:38:16 +0000 |
---|---|---|
committer | rathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-01-13 23:38:16 +0000 |
commit | bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba (patch) | |
tree | fe117f63bfbb5cd67d1bccad11f07632e3845b6a /Gui/Makefile | |
parent | 12b54f08375ec2654ae05e10dbc27728f0fedc48 (diff) |
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/Makefile')
-rw-r--r-- | Gui/Makefile | 3 |
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) |