summaryrefslogtreecommitdiff
path: root/modules/audio_device.target.darwin-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_device.target.darwin-arm.mk')
-rw-r--r--modules/audio_device.target.darwin-arm.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/audio_device.target.darwin-arm.mk b/modules/audio_device.target.darwin-arm.mk
index 452b4ce8..5eaa6852 100644
--- a/modules/audio_device.target.darwin-arm.mk
+++ b/modules/audio_device.target.darwin-arm.mk
@@ -54,6 +54,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 \
@@ -174,6 +180,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 \