summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-05-17 17:06:02 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-05-17 17:06:02 +0000
commit473fe888d4a65b8075e09079ca3d6b90e9498037 (patch)
tree8153daa9caa15fa65e0b94f7a262fe586c149cab /firmware
parentdc2e7842fd97e40f80239e008da1dc86ae2d717b (diff)
downloadrockbox-473fe888d4a65b8075e09079ca3d6b90e9498037.tar.gz
rockbox-473fe888d4a65b8075e09079ca3d6b90e9498037.zip
Removed -save-temps
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@621 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index dbcff16eb8..d9670222b4 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -20,12 +20,12 @@ TARGET = -DARCHOS_PLAYER=1
20#TARGET = -DARCHOS_PLAYER_OLD=1 20#TARGET = -DARCHOS_PLAYER_OLD=1
21#TARGET = -DARCHOS_RECORDER=1 21#TARGET = -DARCHOS_RECORDER=1
22 22
23CFLAGS = -W -Wall -m1 -nostdlib -Wstrict-prototypes $(INCLUDES) $(TARGET) 23CFLAGS = -W -Wall -O -m1 -nostdlib -Wstrict-prototypes $(INCLUDES) $(TARGET)
24 24
25ifdef DEBUG 25ifdef DEBUG
26CFLAGS += -O -g -DDEBUG 26CFLAGS += -g -DDEBUG
27else 27else
28CFLAGS += -O -fomit-frame-pointer -fschedule-insns -save-temps 28CFLAGS += -fomit-frame-pointer -fschedule-insns
29endif 29endif
30 30
31AFLAGS += -small -relax 31AFLAGS += -small -relax