summaryrefslogtreecommitdiff
path: root/system_wrappers/source/system_wrappers.target.linux-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'system_wrappers/source/system_wrappers.target.linux-arm.mk')
-rw-r--r--system_wrappers/source/system_wrappers.target.linux-arm.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/system_wrappers/source/system_wrappers.target.linux-arm.mk b/system_wrappers/source/system_wrappers.target.linux-arm.mk
index c8cad8f5..c7e5fc37 100644
--- a/system_wrappers/source/system_wrappers.target.linux-arm.mk
+++ b/system_wrappers/source/system_wrappers.target.linux-arm.mk
@@ -76,6 +76,11 @@ MY_CFLAGS_Debug := \
-fno-tree-sra \
-fno-caller-saves \
-Wno-psabi \
+ -fno-partial-inlining \
+ -fno-early-inlining \
+ -fno-tree-copy-prop \
+ -fno-tree-loop-optimize \
+ -fno-move-loop-invariants \
-ffunction-sections \
-funwind-tables \
-g \
@@ -199,6 +204,11 @@ MY_CFLAGS_Release := \
-fno-tree-sra \
-fno-caller-saves \
-Wno-psabi \
+ -fno-partial-inlining \
+ -fno-early-inlining \
+ -fno-tree-copy-prop \
+ -fno-tree-loop-optimize \
+ -fno-move-loop-invariants \
-ffunction-sections \
-funwind-tables \
-g \