<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 11 February 2016 at 12:38, Woronicz, Bartosz ( NSN - PL/Wroclaw) <span dir="ltr"><<a href="mailto:bartosz.woronicz@nokia.com" target="_blank">bartosz.woronicz@nokia.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">many thanks for nice explanation. At my shallow research, I notice,
that valgrind is somewhat special demanding packages with debugging
symbols, sooo... I actually don't need all packages to be
unstripped. Only those I am developing and testing. Therefore i
might need create some class that will require debug symbols. <br>
And, propalby I will also need glibc with DBG symbols... or not ?<span class=""><br></span></div></blockquote></div><br>Yes, if you set INHIBIT_SYSROOT_STRIP then all of the sysroots will be unstripped, but you'll want all the debug symbols for the libraries that are used from the host (such as glibc).</div><div class="gmail_extra"><br></div><div class="gmail_extra">Ross</div></div>