summaryrefslogtreecommitdiff
path: root/common_video/common_video.target.linux-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common_video/common_video.target.linux-mips.mk')
-rw-r--r--common_video/common_video.target.linux-mips.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common_video/common_video.target.linux-mips.mk b/common_video/common_video.target.linux-mips.mk
index 4d3f3d03..18e7044e 100644
--- a/common_video/common_video.target.linux-mips.mk
+++ b/common_video/common_video.target.linux-mips.mk
@@ -274,6 +274,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
@@ -289,6 +290,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \