Mercurial > mplayer.hg
diff Gui/Makefile @ 17381:7af5fe0860a1
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile.
author | rathann |
---|---|
date | Fri, 13 Jan 2006 23:38:16 +0000 |
parents | e047e70a9767 |
children | 418f64d01554 |
line wrap: on
line diff
--- a/Gui/Makefile Fri Jan 13 22:29:11 2006 +0000 +++ b/Gui/Makefile Fri Jan 13 23:38:16 2006 +0000 @@ -6,8 +6,7 @@ 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)