summaryrefslogtreecommitdiff
path: root/apps/codecs/Tremor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Tremor/Makefile')
-rw-r--r--apps/codecs/Tremor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/Makefile b/apps/codecs/Tremor/Makefile
index 20e30bbbf6..2b4adf146f 100644
--- a/apps/codecs/Tremor/Makefile
+++ b/apps/codecs/Tremor/Makefile
@@ -14,7 +14,7 @@ ifdef APPEXTRA
14INCLUDES += -I$(APPSDIR)/$(APPEXTRA) 14INCLUDES += -I$(APPSDIR)/$(APPEXTRA)
15endif 15endif
16 16
17TREMOROPTS = 17TREMOROPTS = -O2
18CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ 18CFLAGS = $(GCCOPTS) $(TREMOROPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
19-DMEM=${MEMORYSIZE} 19-DMEM=${MEMORYSIZE}
20 20