diff libmpcodecs/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 9eae15166ebb
children 66019eb62edc
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Thu Aug 22 23:28:33 2002 +0000
+++ b/libmpcodecs/Makefile	Thu Aug 22 23:29:46 2002 +0000
@@ -28,7 +28,7 @@
 SRCS2=$(ENCODER_SRCS)
 OBJS2=$(SRCS2:.c=.o)
 
-CFLAGS  = -Wall $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC)
+CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC)
 
 .SUFFIXES: .c .o