From 649acec2fcebb16102d730af515f0ff94679fc1c Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 12 Jun 2005 12:43:05 +0000 Subject: Small Musepack optimisation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6685 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/codecs/libmusepack/Makefile') diff --git a/apps/codecs/libmusepack/Makefile b/apps/codecs/libmusepack/Makefile index 1d7dffc3dd..1e3eaf6232 100644 --- a/apps/codecs/libmusepack/Makefile +++ b/apps/codecs/libmusepack/Makefile @@ -14,7 +14,8 @@ ifdef APPEXTRA INCLUDES += -I$(APPSDIR)/$(APPEXTRA) endif -CFLAGS = $(GCCOPTS) \ +MUSEPACKOPTS = -O2 +CFLAGS = $(GCCOPTS) $(MUSEPACKOPTS)\ $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} # This sets up 'SRC' based on the files mentioned in SOURCES -- cgit v1.2.3