# HG changeset patch # User arpi # Date 1030058985 0 # Node ID 015b33f3e750fae91c9f1b16c73f1fba2078b3f5 # Parent 153a7ffd289bb761a6397018ab46e627586ae32f removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish diff -r 153a7ffd289b -r 015b33f3e750 libpostproc/Makefile --- a/libpostproc/Makefile Thu Aug 22 19:41:39 2002 +0000 +++ b/libpostproc/Makefile Thu Aug 22 23:29:45 2002 +0000 @@ -7,7 +7,7 @@ OBJS=$(SRCS:.c=.o) CS_TEST_OBJS=cs_test.o rgb2rgb.o ../cpudetect.o ../mp_msg.o -CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. $(EXTRA_INC) # -I/usr/X11R6/include/ .SUFFIXES: .c .o