summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Daniel <cd@maintech.de>2013-02-07 19:41:30 +0100
committerChristian Daniel <cd@maintech.de>2013-02-07 19:41:30 +0100
commit559a3b1e9054a34ffbac363e0b71f862952b1ad5 (patch)
treeb27de5868742d05bc65f7122ac49d5c2796ff301
parentba4ebda883ebee7d2d546c6fb133d8dcd5c99ab5 (diff)
Make: switch to speed optimized code
-rw-r--r--firmware/osmosdr-radioapp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/osmosdr-radioapp/Makefile b/firmware/osmosdr-radioapp/Makefile
index 1d4cc4f..401a4b8 100644
--- a/firmware/osmosdr-radioapp/Makefile
+++ b/firmware/osmosdr-radioapp/Makefile
@@ -72,7 +72,7 @@ all: build
# general compiler flags
CFLAGS=\
-mcpu=cortex-m3 -mthumb -mlong-calls -ffunction-sections -fdata-sections -std=gnu99 \
- -Os -g3 -Wall -Dat91sam3u4 -DARM_MATH_CM3 -D__CHECK_DEVICE_DEFINES \
+ -O2 -g3 -Wall -Dat91sam3u4 -DARM_MATH_CM3 -D__CHECK_DEVICE_DEFINES \
\
-D__CM3_REV=0x0200 \
-D__MPU_PRESENT=0 \