diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-11 14:35:39 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-11 14:35:39 -0800 |
commit | cbc0674a7a9cdd01297f5697f156343ed7f4de19 (patch) | |
tree | 122b30901779bc2a1ac1c776e0cb9223107c3407 /indra/lib/python | |
parent | 370a8592ac4c3b6eb6fd9f6ddd35960b763e634f (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.py | 1 |
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"), |