forked from len0rd/rockbox
Must optimize to inline functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@176 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f563bfd29
commit
fe1b7cfd91
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ OC = sh-elf-objcopy
|
|||
|
||||
INCLUDES=-I../../
|
||||
|
||||
CFLAGS = -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
|
||||
CFLAGS = -g -O -finline-functions -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
|
||||
AFLAGS += -small -relax
|
||||
|
||||
OBJS= crt0.o main.o ../../thread.o ../../debug.o
|
||||
|
@ -36,7 +36,7 @@ dist:
|
|||
tar czvf dist.tar.gz Makefile main.c start.s app.lds
|
||||
|
||||
clean:
|
||||
-rm -f *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~
|
||||
-rm -f $(OBJS) *.x *.i *.o *.elf *.bin *.map *.mod *.bak *~
|
||||
|
||||
install:
|
||||
mount /mnt/archos; cp archos.mod /mnt/archos; umount /mnt/archos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue