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