summaryrefslogtreecommitdiff
path: root/site_scons
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2020-09-01 13:06:19 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-09 19:32:51 +0000
commit5c4ea55389b690cbc569ea800cb57c2640876107 (patch)
treef91d4a63b45eaf55189473b817f0e008cde6969f /site_scons
parent1f95d8cec662d94df84d524d1bfee67cbde15d32 (diff)
downloadmongo-5c4ea55389b690cbc569ea800cb57c2640876107.tar.gz
SERVER-50674 Don't strip local symbols on darwin
(cherry picked from commit 9339181a83b03684a92de1ca33b4a1587888d4e1)
Diffstat (limited to 'site_scons')
-rw-r--r--site_scons/site_tools/separate_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/site_scons/site_tools/separate_debug.py b/site_scons/site_tools/separate_debug.py
index 6ca510b0395..ae086b825d7 100644
--- a/site_scons/site_tools/separate_debug.py
+++ b/site_scons/site_tools/separate_debug.py
@@ -56,7 +56,7 @@ def _update_builder(env, builder):
"$DSYMUTILCOMSTR"
),
SCons.Action.Action(
- "$STRIP -Sx ${TARGET}",
+ "$STRIP -S ${TARGET}",
"$DEBUGSTRIPCOMSTR"
),
]