From ddc4bdf2cbc0ac8f1a2a5b2afea30466d503c98c Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 22 Aug 2002 23:29:46 +0000 Subject: removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vidix/Makefile') diff --git a/vidix/Makefile b/vidix/Makefile index bd287b7131..ae2c65f5e7 100644 --- a/vidix/Makefile +++ b/vidix/Makefile @@ -7,7 +7,7 @@ include ../config.mak SRCS = vidixlib.c OBJS = $(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -W -Wall +CFLAGS = $(OPTFLAGS) .SUFFIXES: .c .o -- cgit v1.2.3