summaryrefslogtreecommitdiff
path: root/webrtc.target.linux-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc.target.linux-mips.mk')
-rw-r--r--webrtc.target.linux-mips.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc.target.linux-mips.mk b/webrtc.target.linux-mips.mk
index cfb65749..ee85ed80 100644
--- a/webrtc.target.linux-mips.mk
+++ b/webrtc.target.linux-mips.mk
@@ -264,6 +264,7 @@ LOCAL_LDFLAGS_Debug := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -279,6 +280,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \