summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwavpack/Makefile')
-rw-r--r--apps/codecs/libwavpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwavpack/Makefile b/apps/codecs/libwavpack/Makefile
index df26559f59..75b9060534 100644
--- a/apps/codecs/libwavpack/Makefile
+++ b/apps/codecs/libwavpack/Makefile
@@ -15,7 +15,7 @@ INCLUDES += -I$(APPSDIR)/$(APPEXTRA)
15endif 15endif
16 16
17CFLAGS = $(GCCOPTS) \ 17CFLAGS = $(GCCOPTS) \
18$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} 18$(INCLUDES) $(TARGET) $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} -O2 \
19 19
20# This sets up 'SRC' based on the files mentioned in SOURCES 20# This sets up 'SRC' based on the files mentioned in SOURCES
21include $(TOOLSDIR)/makesrc.inc 21include $(TOOLSDIR)/makesrc.inc