diff linux/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 cbf0fed4d211
children 25fd5c47e31a
line wrap: on
line diff
--- a/linux/Makefile	Thu Aug 22 23:28:33 2002 +0000
+++ b/linux/Makefile	Thu Aug 22 23:29:46 2002 +0000
@@ -12,7 +12,7 @@
 endif
 endif
 
-CFLAGS  = $(OPTFLAGS) -I. -I.. -Wall
+CFLAGS  = $(OPTFLAGS) -I. -I..
 # -I/usr/X11R6/include/
 
 .SUFFIXES: .c .o