[Mplayer-cvslog] CVS: main/loader Makefile,1.8,1.9

Arpi of Ize arpi at mplayerhq.hu
Fri Aug 23 01:30:16 CEST 2002


Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv17790/loader

Modified Files:
	Makefile 
Log Message:
removed -W -Wall -g and other gcc-specific warning/debug options
patch by Joey Parrish <joey at yunamusic.com>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	28 Apr 2002 01:30:04 -0000	1.8
+++ Makefile	22 Aug 2002 23:29:43 -0000	1.9
@@ -16,7 +16,7 @@
 # -fno-omit-frame-pointer works around this gcc-3.0 bug.  gcc-2.95.2 is OK.
 # Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
 # as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
-WARN_FLAGS = -Wmissing-prototypes -Wimplicit-function-declaration
+WARN_FLAGS = 
 CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
 #CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
 




More information about the MPlayer-cvslog mailing list