summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-28 00:55:58 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-28 00:55:58 -0400
commit652006804f0b72d05c8530487d2d53cf52552a8c (patch)
tree1667f47d4fc965615cadb71bc6fddcadeae7bcb0 /SConstruct
parent0e49e1196398dc52af9fc95f79627a641b21dc8b (diff)
downloadmongo-652006804f0b72d05c8530487d2d53cf52552a8c.tar.gz
change dist name for --nostrip
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index cb9369deefd..dc1ee6bfe6b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1407,6 +1407,8 @@ def getSystemInstallName():
n = platform + "-" + processor
if static:
n += "-static"
+ if GetOption("nostrip"):
+ n += "-debugsymbols"
if nix and os.uname()[2].startswith( "8." ):
n += "-tiger"