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