summaryrefslogtreecommitdiff
path: root/modules/PCM16B.target.darwin-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/PCM16B.target.darwin-arm.mk')
-rw-r--r--modules/PCM16B.target.darwin-arm.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/PCM16B.target.darwin-arm.mk b/modules/PCM16B.target.darwin-arm.mk
index c7641e67..7298c780 100644
--- a/modules/PCM16B.target.darwin-arm.mk
+++ b/modules/PCM16B.target.darwin-arm.mk
@@ -48,6 +48,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 \
@@ -160,6 +166,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 \