aboutsummaryrefslogtreecommitdiff
path: root/makefiles/toolchain_gnu-arm-eabi.mk
diff options
context:
space:
mode:
authorPavel Kirienko <pavel.kirienko@gmail.com>2015-01-17 04:04:48 +0300
committerLorenz Meier <lm@inf.ethz.ch>2015-01-21 14:54:23 +0100
commitd87bb4dfcb59601bc51d46332bbe0db78d11294a (patch)
tree8bc5a1c08de9bcb8fbb0a8bb20b022c995d711b5 /makefiles/toolchain_gnu-arm-eabi.mk
parent6bbacc4271680cc262094af7f9a34807ff5c34ed (diff)
downloadpx4-firmware-d87bb4dfcb59601bc51d46332bbe0db78d11294a.tar.gz
px4-firmware-d87bb4dfcb59601bc51d46332bbe0db78d11294a.tar.bz2
px4-firmware-d87bb4dfcb59601bc51d46332bbe0db78d11294a.zip
Revert "Intrusive changes made for UAVCAN profiling. Will be reverted in the next commit (this one is needed to keep the changes in history)"
This reverts commit 4c301d9dcf180e39186fa6753c7a3d3215b3cfa7.
Diffstat (limited to 'makefiles/toolchain_gnu-arm-eabi.mk')
-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 1bbc5437d..fbe378f50 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) \
- -g3 \
+ -g \
-fno-strict-aliasing \
-fno-strength-reduce \
-fomit-frame-pointer \