forked from len0rd/rockbox
Turn on more compiler optimizations on other targets than the coldfire based ones, gives a nice speed boost on sansa c200
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19127 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5302448e68
commit
b36f6db0d6
1 changed files with 0 additions and 4 deletions
|
@ -10,11 +10,7 @@
|
|||
INCLUDES = -I$(APPSDIR) -I.. -I. $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export \
|
||||
-I$(FIRMDIR)/common -I$(FIRMDIR)/drivers -I$(OUTDIR) -I$(BUILDDIR)
|
||||
|
||||
ifeq ($(CPU),coldfire)
|
||||
MIDIOPTS = -O2
|
||||
else
|
||||
MIDIOPTS = -O
|
||||
endif
|
||||
|
||||
CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET) $(EXTRA_DEFINES) $(MIDIOPTS) \
|
||||
-DTARGET_ID=$(TARGET_ID) -DMEM=${MEMORYSIZE} -DPLUGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue