summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libm4a/Makefile')
-rw-r--r--apps/codecs/libm4a/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libm4a/Makefile b/apps/codecs/libm4a/Makefile
index 7f870c9407..fcbc10045e 100644
--- a/apps/codecs/libm4a/Makefile
+++ b/apps/codecs/libm4a/Makefile
@@ -16,7 +16,7 @@ endif
M4AOPTS = -O3
CFLAGS = $(GCCOPTS) $(M4AOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \
- -DMEM=${MEMORYSIZE}
+ -DMEM=${MEMORYSIZE} $(PROFILE_OPTS)
# This sets up 'SRC' based on the files mentioned in SOURCES
include $(TOOLSDIR)/makesrc.inc