summaryrefslogtreecommitdiff
path: root/openssl.target.darwin-x86_64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openssl.target.darwin-x86_64.mk')
-rw-r--r--openssl.target.darwin-x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl.target.darwin-x86_64.mk b/openssl.target.darwin-x86_64.mk
index d209a66..abea39a 100644
--- a/openssl.target.darwin-x86_64.mk
+++ b/openssl.target.darwin-x86_64.mk
@@ -832,6 +832,7 @@ LOCAL_LDFLAGS_Debug := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -847,6 +848,7 @@ LOCAL_LDFLAGS_Release := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \