Update of /cvsroot/mplayer/main/drivers/radeon In directory mail:/var/tmp.root/cvs-serv17790/drivers/radeon Modified Files: Makefile Log Message: removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com> Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/drivers/radeon/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 2 Jan 2002 09:37:37 -0000 1.9 +++ Makefile 22 Aug 2002 23:29:38 -0000 1.10 @@ -12,7 +12,7 @@ CPPFLAGS := -D__KERNEL__ -I$(KERNEL_INCLUDES) -CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ +CFLAGS := $(CPPFLAGS) -O2 \ -fomit-frame-pointer -fno-strict-aliasing -fno-common -ffast-math\ -D__KERNEL__ -DMODULE -include $(KERNEL_INCLUDES)/linux/modversions.h AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)