From 473fe888d4a65b8075e09079ca3d6b90e9498037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Fri, 17 May 2002 17:06:02 +0000 Subject: [PATCH] Removed -save-temps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@621 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 6 +++--- 1 file 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 #TARGET = -DARCHOS_PLAYER_OLD=1 #TARGET = -DARCHOS_RECORDER=1 -CFLAGS = -W -Wall -m1 -nostdlib -Wstrict-prototypes $(INCLUDES) $(TARGET) +CFLAGS = -W -Wall -O -m1 -nostdlib -Wstrict-prototypes $(INCLUDES) $(TARGET) ifdef DEBUG -CFLAGS += -O -g -DDEBUG +CFLAGS += -g -DDEBUG else -CFLAGS += -O -fomit-frame-pointer -fschedule-insns -save-temps +CFLAGS += -fomit-frame-pointer -fschedule-insns endif AFLAGS += -small -relax