aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-06-07 21:33:49 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-06-07 21:33:49 +0200
commit048967fb6f30a413d560e95265461ae8c7dc74cd (patch)
tree2393db5f4f7c6a92d5c3d01ae49a6fc8ca4461dd /makefiles
parent05e77d98489cb094be3e777c0eaf97d3e13b5f69 (diff)
parent5a9e52a287d50d3818d145a61a52197761cf14b7 (diff)
downloadpx4-firmware-048967fb6f30a413d560e95265461ae8c7dc74cd.tar.gz
px4-firmware-048967fb6f30a413d560e95265461ae8c7dc74cd.tar.bz2
px4-firmware-048967fb6f30a413d560e95265461ae8c7dc74cd.zip
merged
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/toolchain_gnu-arm-eabi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk
index 99c2776fd..3f4d3371a 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -50,7 +50,7 @@ OBJDUMP = $(CROSSDEV)objdump
# XXX this is pulled pretty directly from the fmu Make.defs - needs cleanup
-MAXOPTIMIZATION = -O3
+MAXOPTIMIZATION ?= -O3
# Base CPU flags for each of the supported architectures.
#