mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Further gcc option tweaking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@177 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fe1b7cfd91
commit
6bc2710c30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue