summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 356699a45..ed18027db 100755
--- a/configure
+++ b/configure
@@ -813,7 +813,7 @@ _get_abstract_flag_for_gcc_clang() {
flag="-Wl,-S"
elif test_eq "${value}" "all"; then
if is_plat "macosx"; then
- flag="-Wl,-x"
+ flag="-Wl,-x -Wl,-dead_strip"
else
flag="-s"
fi