diff options
| author | Magnus Holmgren <magnushol@gmail.com> | 2006-09-24 13:15:24 +0000 |
|---|---|---|
| committer | Magnus Holmgren <magnushol@gmail.com> | 2006-09-24 13:15:24 +0000 |
| commit | 0e5bd54cbb26768a2059ed5aadd7b2c15974fe6f (patch) | |
| tree | 9c6a0543b2e53af93ae6042947133c2b91087114 /apps/codecs/libfaad/Makefile | |
| parent | 5a79b4e015366fa2ee7c06cf29b3237275db369a (diff) | |
| download | rockbox-0e5bd54cbb26768a2059ed5aadd7b2c15974fe6f.zip rockbox-0e5bd54cbb26768a2059ed5aadd7b2c15974fe6f.tar.gz rockbox-0e5bd54cbb26768a2059ed5aadd7b2c15974fe6f.tar.bz2 rockbox-0e5bd54cbb26768a2059ed5aadd7b2c15974fe6f.tar.xz | |
Add profiling support for libfaad, and enable a small optimization.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libfaad/Makefile')
| -rw-r--r-- | apps/codecs/libfaad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/Makefile b/apps/codecs/libfaad/Makefile index 57c871f..1cb6c92 100644 --- a/apps/codecs/libfaad/Makefile +++ b/apps/codecs/libfaad/Makefile @@ -16,7 +16,7 @@ endif FAADOPTS = -O2 -Wno-char-subscripts CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(FAADOPTS) $(TARGET) \ - $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} + $(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc |