aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorPavel Kirienko <pavel.kirienko@gmail.com>2015-01-17 04:04:31 +0300
committerLorenz Meier <lm@inf.ethz.ch>2015-01-21 14:54:23 +0100
commit6bbacc4271680cc262094af7f9a34807ff5c34ed (patch)
treea443289301c45920629d4f1428789832241b0210 /makefiles
parent543cb231282fdb899557f42003f53ac2f7a7dcc7 (diff)
downloadpx4-firmware-6bbacc4271680cc262094af7f9a34807ff5c34ed.tar.gz
px4-firmware-6bbacc4271680cc262094af7f9a34807ff5c34ed.tar.bz2
px4-firmware-6bbacc4271680cc262094af7f9a34807ff5c34ed.zip
Intrusive changes made for UAVCAN profiling. Will be reverted in the next commit (this one is needed to keep the changes in history)
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 fbe378f50..1bbc5437d 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -105,7 +105,7 @@ ARCHDEFINES += -DCONFIG_ARCH_BOARD_$(CONFIG_BOARD)
# optimisation flags
#
ARCHOPTIMIZATION = $(MAXOPTIMIZATION) \
- -g \
+ -g3 \
-fno-strict-aliasing \
-fno-strength-reduce \
-fomit-frame-pointer \