diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-02-04 08:34:56 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-04 08:34:56 +0000 |
| commit | 824cf0c649b45e22e3da2db542babed82f34f6af (patch) | |
| tree | 086d25162aed933ac519e19438d5193ae54e2671 /apps/plugins/lib | |
| parent | 0a0c4d5379dec1ced3d259641e1f8ab79381cf80 (diff) | |
| download | rockbox-824cf0c649b45e22e3da2db542babed82f34f6af.zip rockbox-824cf0c649b45e22e3da2db542babed82f34f6af.tar.gz rockbox-824cf0c649b45e22e3da2db542babed82f34f6af.tar.bz2 rockbox-824cf0c649b45e22e3da2db542babed82f34f6af.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/plugins/lib/Makefile b/apps/plugins/lib/Makefile index 562d1fc..b9daf73 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) |