summaryrefslogtreecommitdiff
path: root/modules/isac_neon.target.darwin-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/isac_neon.target.darwin-arm.mk')
-rw-r--r--modules/isac_neon.target.darwin-arm.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/isac_neon.target.darwin-arm.mk b/modules/isac_neon.target.darwin-arm.mk
index 9332c027..514c487d 100644
--- a/modules/isac_neon.target.darwin-arm.mk
+++ b/modules/isac_neon.target.darwin-arm.mk
@@ -55,6 +55,12 @@ MY_CFLAGS_Debug := \
-mfpu=neon \
-flax-vector-conversions \
-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 \
@@ -171,6 +177,12 @@ MY_CFLAGS_Release := \
-mfpu=neon \
-flax-vector-conversions \
-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 \