summaryrefslogtreecommitdiff
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:59:06 -0400
commitcc07aeceea73553e0ab36690031872a88f2ea975 (patch)
tree0fe3e3723f169bc89d86765a7855a87f92952569
parentede2c74ab4333ade62f1e476ab55c0f1df512e7d (diff)
downloadmongo-cc07aeceea73553e0ab36690031872a88f2ea975.tar.gz
change dist name for --nostrip
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 9cf944df81d..f022009e937 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1441,6 +1441,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"