summaryrefslogtreecommitdiff
path: root/webrtc.target.linux-arm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc.target.linux-arm.mk')
-rw-r--r--webrtc.target.linux-arm.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc.target.linux-arm.mk b/webrtc.target.linux-arm.mk
index 15f35828..c20927aa 100644
--- a/webrtc.target.linux-arm.mk
+++ b/webrtc.target.linux-arm.mk
@@ -277,6 +277,7 @@ LOCAL_LDFLAGS_Debug := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
@@ -294,6 +295,7 @@ LOCAL_LDFLAGS_Release := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--icf=safe \
-Wl,-O1 \
-Wl,--as-needed \