summaryrefslogtreecommitdiff
path: root/modules/NetEq4.target.linux-arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/NetEq4.target.linux-arm64.mk')
-rw-r--r--modules/NetEq4.target.linux-arm64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/NetEq4.target.linux-arm64.mk b/modules/NetEq4.target.linux-arm64.mk
index 0ee932e8..5904e670 100644
--- a/modules/NetEq4.target.linux-arm64.mk
+++ b/modules/NetEq4.target.linux-arm64.mk
@@ -312,6 +312,7 @@ LOCAL_LDFLAGS_Debug := \
-fPIC \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -325,6 +326,7 @@ LOCAL_LDFLAGS_Release := \
-fPIC \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \