summaryrefslogtreecommitdiff
path: root/modules/video_processing_sse2.target.linux-x86_64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_processing_sse2.target.linux-x86_64.mk')
-rw-r--r--modules/video_processing_sse2.target.linux-x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/video_processing_sse2.target.linux-x86_64.mk b/modules/video_processing_sse2.target.linux-x86_64.mk
index e98a5ece..5ace3af8 100644
--- a/modules/video_processing_sse2.target.linux-x86_64.mk
+++ b/modules/video_processing_sse2.target.linux-x86_64.mk
@@ -260,6 +260,7 @@ LOCAL_LDFLAGS_Debug := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -275,6 +276,7 @@ LOCAL_LDFLAGS_Release := \
-fuse-ld=gold \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \