mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 10:32:42 -05:00
iRiver/Vorbis: And don't specify -O2 twice...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7616 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
07e375c369
commit
f273f354eb
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ $(OUTPUT): $(OBJS)
|
||||||
|
|
||||||
$(OBJDIR)/%.o: $(APPSDIR)/codecs/Tremor/%.c
|
$(OBJDIR)/%.o: $(APPSDIR)/codecs/Tremor/%.c
|
||||||
@echo "(Tremor) CC "`basename $<`
|
@echo "(Tremor) CC "`basename $<`
|
||||||
@$(CC) -c -O2 $(CFLAGS) -I$(APPSDIR)/codecs/Tremor/ $< -o $@
|
@$(CC) -c $(CFLAGS) -I$(APPSDIR)/codecs/Tremor/ $< -o $@
|
||||||
|
|
||||||
include $(TOOLSDIR)/make.inc
|
include $(TOOLSDIR)/make.inc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue