summaryrefslogtreecommitdiff
path: root/voice_engine/voice_engine.target.darwin-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/voice_engine.target.darwin-arm.mk')
-rw-r--r--voice_engine/voice_engine.target.darwin-arm.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/voice_engine/voice_engine.target.darwin-arm.mk b/voice_engine/voice_engine.target.darwin-arm.mk
index 2535dacc..5788e1d4 100644
--- a/voice_engine/voice_engine.target.darwin-arm.mk
+++ b/voice_engine/voice_engine.target.darwin-arm.mk
@@ -72,6 +72,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 \
@@ -196,6 +201,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 \