diff drivers/radeon/Makefile @ 7073:b69ddd4d3bb9

removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com>
author arpi
date Thu, 22 Aug 2002 23:29:46 +0000
parents db3a8c95bcf7
children ce1ba8fd57e7
line wrap: on
line diff
--- a/drivers/radeon/Makefile	Thu Aug 22 23:28:33 2002 +0000
+++ b/drivers/radeon/Makefile	Thu Aug 22 23:29:46 2002 +0000
@@ -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)