diff options
Diffstat (limited to 'apps/codecs/libalac/Makefile')
| -rw-r--r-- | apps/codecs/libalac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libalac/Makefile b/apps/codecs/libalac/Makefile index 07b9011..1c52687 100644 --- a/apps/codecs/libalac/Makefile +++ b/apps/codecs/libalac/Makefile @@ -15,8 +15,8 @@ ifdef APPEXTRA endif ALACOPTS = -O3 -CFLAGS = $(GCCOPTS) $(ALACOPTS) $(INCLUDES) $(TARGET) $(EXTRA_DEFINES) \ - -DMEM=${MEMORYSIZE} +CFLAGS = $(INCLUDES) $(GCCOPTS) $(TARGET_INC) $(ALACOPTS) $(TARGET) \ +$(EXTRA_DEFINES) -DMEM=${MEMORYSIZE} $(PROFILE_OPTS) # This sets up 'SRC' based on the files mentioned in SOURCES include $(TOOLSDIR)/makesrc.inc |