summaryrefslogtreecommitdiff
path: root/modules/iSACFix.target.darwin-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/iSACFix.target.darwin-arm.mk')
-rw-r--r--modules/iSACFix.target.darwin-arm.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/iSACFix.target.darwin-arm.mk b/modules/iSACFix.target.darwin-arm.mk
index 6b24e4b6..e8c3a9e4 100644
--- a/modules/iSACFix.target.darwin-arm.mk
+++ b/modules/iSACFix.target.darwin-arm.mk
@@ -315,6 +315,7 @@ LOCAL_LDFLAGS_Debug := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
@@ -332,6 +333,7 @@ LOCAL_LDFLAGS_Release := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,-O1 \
-Wl,--as-needed \