summaryrefslogtreecommitdiff
path: root/modules/video_render_module.target.darwin-mips.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_render_module.target.darwin-mips.mk')
-rw-r--r--modules/video_render_module.target.darwin-mips.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/video_render_module.target.darwin-mips.mk b/modules/video_render_module.target.darwin-mips.mk
index b87d6e38..ca73ec2e 100644
--- a/modules/video_render_module.target.darwin-mips.mk
+++ b/modules/video_render_module.target.darwin-mips.mk
@@ -277,6 +277,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
@@ -292,6 +293,7 @@ LOCAL_LDFLAGS_Release := \
-Wl,--no-keep-memory \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \