[MPlayer-cvslog] CVS: main/Gui Makefile,1.27,1.28

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Sat Jan 14 00:38:18 CET 2006


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main/Gui
In directory mail:/var2/tmp/cvs-serv2678/Gui

Modified Files:
	Makefile 
Log Message:
This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from
libaf's and libmenu's Makefiles and -g from main Makefile.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/Makefile,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile	28 Oct 2004 01:15:53 -0000	1.27
+++ Makefile	13 Jan 2006 23:38:16 -0000	1.28
@@ -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) 
 




More information about the MPlayer-cvslog mailing list