1
0
Fork 0
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:
Nils Wallménius 2010-07-03 11:36:35 +00:00
parent 5aa684f058
commit a89fea6754

View file

@ -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 $@)