summaryrefslogtreecommitdiffstats
path: root/libdha/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-22 23:29:46 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-22 23:29:46 +0000
commitddc4bdf2cbc0ac8f1a2a5b2afea30466d503c98c (patch)
treef77510f252accbc833e3c3667ec3d0f32c1c015a /libdha/Makefile
parent4f5e15a23a00c9874bc03307727678a4adae81c4 (diff)
downloadmpv-ddc4bdf2cbc0ac8f1a2a5b2afea30466d503c98c.tar.bz2
mpv-ddc4bdf2cbc0ac8f1a2a5b2afea30466d503c98c.tar.xz
removed -W -Wall -g and other gcc-specific warning/debug options
patch by Joey Parrish <joey@yunamusic.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha/Makefile')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index e829f75ab6..63cf87039f 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -14,7 +14,7 @@ LIBNAME = libdha.so.$(VERSION)
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)