Further gcc option tweaking

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@177 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-04-22 20:52:36 +00:00
parent fe1b7cfd91
commit 6bc2710c30
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ OC = sh-elf-objcopy
INCLUDES=-I../../
CFLAGS = -g -O -finline-functions -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
CFLAGS = -g -O -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