forked from len0rd/rockbox
We already build with -fomit-frame-pointer so there's no need to specify that again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27255 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5aa684f058
commit
a89fea6754
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ $(TTALIB): $(TTALIB_OBJ)
|
|||
$(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
|
||||
|
||||
TTAFLAGS = $(filter-out -O%,$(CODECFLAGS))
|
||||
TTAFLAGS += -O3 -funroll-loops -fomit-frame-pointer
|
||||
TTAFLAGS += -O3 -funroll-loops
|
||||
|
||||
$(CODECDIR)/libtta/%.o: $(ROOTDIR)/apps/codecs/libtta/%.c
|
||||
$(SILENT)mkdir -p $(dir $@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue