From bb3f61e4fffeef33ad72536b5e6f67bc730fa1ba Mon Sep 17 00:00:00 2001 From: rathann Date: Fri, 13 Jan 2006 23:38:16 +0000 Subject: This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from libaf's and libmenu's Makefiles and -g from main Makefile. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17382 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmenu') diff --git a/libmenu/Makefile b/libmenu/Makefile index 5a7996d284..f58a8af1cc 100644 --- a/libmenu/Makefile +++ b/libmenu/Makefile @@ -10,7 +10,7 @@ EXTRA_INC += $(DVB_INC) endif OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC) -Wall +CFLAGS = $(OPTFLAGS) -I. -I.. -I../libmpcodecs $(EXTRA_INC) .SUFFIXES: .c .o -- cgit v1.2.3