From b36f6db0d60680939e12cc8f8e00b779798e89fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Mon, 17 Nov 2008 18:54:03 +0000 Subject: [PATCH] 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 --- apps/plugins/midi/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/plugins/midi/Makefile b/apps/plugins/midi/Makefile index f71f7d0a3f..03d6bc69bb 100644 --- a/apps/plugins/midi/Makefile +++ b/apps/plugins/midi/Makefile @@ -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