diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-03 20:51:35 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-05 12:37:02 +0000 |
commit | 006f665af17daab06bb96401c5d74bc92cb7af75 (patch) | |
tree | 82e24d2ba37c00f23c5ed81d1cdbe591d7e652c6 /documentation/ref-manual | |
parent | 645493af37e9dcd7d97cf308e41f8536ddfcd574 (diff) | |
download | poky-006f665af17daab06bb96401c5d74bc92cb7af75.tar.gz |
valgrind: Skip vgpreload_memcheck shared object from stripping
This is a special library for memcheck tool, where it needs to have the
symbols intact for the stack traces to work on target, current option is
to install valgrind-dbg ( 151 MB uncompressed ) is quite big for some
systems which may not have space to install it all. Leaving it
unstripped adds about 200KB to image which is much better, this alone
gets memcheck working, as an aside we might need same solution for other
tools e.g. helgrind etc. when needed, they also have leading libraries
installed
(From OE-Core rev: 23da8f50b1e0a74777035c9f7b65b81456908f9f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
0 files changed, 0 insertions, 0 deletions