From 824cf0c649b45e22e3da2db542babed82f34f6af Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Feb 2005 08:34:56 +0000 Subject: CFLAGS is set (target-specific) in the root makefile, don't fiddle with them here git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5772 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile index 562d1fc931..b9daf737c4 100644 --- a/apps/plugins/lib/Makefile +++ b/apps/plugins/lib/Makefile @@ -20,12 +20,6 @@ endif CFLAGS = $(GCCOPTS) \ $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -ifdef DEBUG -CFLAGS += -g -DDEBUG -else -CFLAGS += -fomit-frame-pointer -fschedule-insns -endif - SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P -include "config.h" - ) SOURCES = $(SRC) OBJS := $(SRC:%.c=$(OBJDIR)/%.o) -- cgit v1.2.3