diff libdha/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 40c596e65526
children aa0536d98278
line wrap: on
line diff
--- a/libdha/Makefile	Thu Aug 22 23:28:33 2002 +0000
+++ b/libdha/Makefile	Thu Aug 22 23:29:46 2002 +0000
@@ -14,7 +14,7 @@
 SRCS=libdha.c mtrr.c pci.c pci_names.c
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W
+CFLAGS  = $(OPTFLAGS) -fPIC -I. -I..
 LIBS = 
 ifeq ($(TARGET_OS),OpenBSD)
 ifeq ($(TARGET_ARCH_X86),yes)