diff options
author | Aleric Inglewood | 2010-11-09 20:05:00 +0100 |
---|---|---|
committer | Aleric Inglewood | 2010-11-09 20:05:00 +0100 |
commit | b305d2fcb6979e3e76c542710b37e2bfa4259277 (patch) | |
tree | 0be824f1b86d832c539c7689a7511e9ba395919c /linden/indra/lib | |
parent | As we currently do not build the gstreamer plugin for windows, do not try to ... (diff) | |
download | meta-impy-b305d2fcb6979e3e76c542710b37e2bfa4259277.zip meta-impy-b305d2fcb6979e3e76c542710b37e2bfa4259277.tar.gz meta-impy-b305d2fcb6979e3e76c542710b37e2bfa4259277.tar.bz2 meta-impy-b305d2fcb6979e3e76c542710b37e2bfa4259277.tar.xz |
Install unstripped binary in packaged when --type=Debug
This only affects linux.
When one compiles the viewer with --type=Debug you want to be
able to actually debug it, so you need debug symbols in the binary.
Until now I manually copied imprudence-bin over the installed
bin/do-not-directly-run-imprudence-bin, but this seems a more
convient solution ;)
Diffstat (limited to 'linden/indra/lib')
-rw-r--r-- | linden/indra/lib/python/indra/util/llmanifest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py index 3444a15..fc777b2 100644 --- a/linden/indra/lib/python/indra/util/llmanifest.py +++ b/linden/indra/lib/python/indra/util/llmanifest.py | |||
@@ -121,6 +121,9 @@ ARGUMENTS=[ | |||
121 | default=""), | 121 | default=""), |
122 | dict(name='artwork', description='Artwork directory.', default=DEFAULT_SRCTREE), | 122 | dict(name='artwork', description='Artwork directory.', default=DEFAULT_SRCTREE), |
123 | dict(name='build', description='Build directory.', default=DEFAULT_SRCTREE), | 123 | dict(name='build', description='Build directory.', default=DEFAULT_SRCTREE), |
124 | dict(name='buildtype', | ||
125 | description='Set to DEBUG if this is a debug build.', | ||
126 | default="RELEASE"), | ||
124 | dict(name='channel', | 127 | dict(name='channel', |
125 | description="""The channel to use for updates, packaging, settings name, etc.""", | 128 | description="""The channel to use for updates, packaging, settings name, etc.""", |
126 | default=get_channel), | 129 | default=get_channel), |