summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
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