diff libaf/Makefile @ 17381:7af5fe0860a1

This patch cleans up OPTFLAGS in Gui, removes hardcoded -Wall from libaf's and libmenu's Makefiles and -g from main Makefile.
author rathann
date Fri, 13 Jan 2006 23:38:16 +0000
parents a9da2db9eb16
children ce1ba8fd57e7
line wrap: on
line diff
--- a/libaf/Makefile	Fri Jan 13 22:29:11 2006 +0000
+++ b/libaf/Makefile	Fri Jan 13 23:38:16 2006 +0000
@@ -38,7 +38,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -I.. -Wall $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
+CFLAGS  = $(OPTFLAGS) -I. -I.. $(LIBAV_INC) $(EXTRA_INC) -D_GNU_SOURCE
 
 ifeq ($(TARGET_OS),MINGW32)
 CFLAGS += -D_IO_H_