summaryrefslogtreecommitdiff
path: root/modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk')
-rw-r--r--modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk b/modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk
index d2e9a728..d79856f1 100644
--- a/modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk
+++ b/modules/remote_bitrate_estimator/rbe_components.target.darwin-arm64.mk
@@ -242,6 +242,7 @@ LOCAL_LDFLAGS_Debug := \
-fPIC \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,--warn-shared-textrel \
-Wl,-O1 \
-Wl,--as-needed
@@ -255,6 +256,7 @@ LOCAL_LDFLAGS_Release := \
-fPIC \
-nostdlib \
-Wl,--no-undefined \
+ -Wl,--exclude-libs=ALL \
-Wl,-O1 \
-Wl,--as-needed \
-Wl,--gc-sections \