summaryrefslogtreecommitdiff
path: root/modules/G722.target.darwin-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/G722.target.darwin-arm.mk')
-rw-r--r--modules/G722.target.darwin-arm.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/G722.target.darwin-arm.mk b/modules/G722.target.darwin-arm.mk
index e0df60e3..0323ef4b 100644
--- a/modules/G722.target.darwin-arm.mk
+++ b/modules/G722.target.darwin-arm.mk
@@ -50,6 +50,12 @@ MY_CFLAGS_Debug := \
-fno-builtin-cosf \
-fno-builtin-sinf \
-fno-tree-sra \
+ -fno-partial-inlining \
+ -fno-early-inlining \
+ -fno-tree-copy-prop \
+ -fno-tree-loop-optimize \
+ -fno-move-loop-invariants \
+ -fno-caller-saves \
-Wno-psabi \
-ffunction-sections \
-funwind-tables \
@@ -162,6 +168,12 @@ MY_CFLAGS_Release := \
-fno-builtin-cosf \
-fno-builtin-sinf \
-fno-tree-sra \
+ -fno-partial-inlining \
+ -fno-early-inlining \
+ -fno-tree-copy-prop \
+ -fno-tree-loop-optimize \
+ -fno-move-loop-invariants \
+ -fno-caller-saves \
-Wno-psabi \
-ffunction-sections \
-funwind-tables \