summaryrefslogtreecommitdiff
path: root/indra/lib/python
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-11 14:35:39 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-11 14:35:39 -0800
commitcbc0674a7a9cdd01297f5697f156343ed7f4de19 (patch)
tree122b30901779bc2a1ac1c776e0cb9223107c3407 /indra/lib/python
parent370a8592ac4c3b6eb6fd9f6ddd35960b763e634f (diff)
EXT-4163 Don't strip viewer symbols, or tar the result, in DEBUG builds
Diffstat (limited to 'indra/lib/python')
-rw-r--r--indra/lib/python/indra/util/llmanifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py
index 8c05210618..7e5b86c53f 100644
--- a/indra/lib/python/indra/util/llmanifest.py
+++ b/indra/lib/python/indra/util/llmanifest.py
@@ -119,6 +119,7 @@ ARGUMENTS=[
On Linux this would try to use Linux_i686Manifest.""",
default=""),
dict(name='build', description='Build directory.', default=DEFAULT_SRCTREE),
+ dict(name='buildtype', description='Build type (i.e. Debug, Release, RelWithDebInfo).', default=None),
dict(name='configuration',
description="""The build configuration used.""",
default="Release"),