On 09/04/14 17:20, Christos Zoulas wrote:
| On 09/04/14 16:30, Christos Zoulas wrote: | > | make DBG=-g produces a shared library without debugging symbols. | > | > Does: | > | > MKDEBUG=yes | > | > work? | | According to riastradh on irc, it does not. That is hearsay:
I still believe that hearsay, since: a) MKDEBUG=yes doesn't work for me eitherb) reading bsd.lib.mk, lib.so.full will get stripped by objcopy before ld.so.debug is created
Are you sure you built the library under debug with the affected version of bsd.lib.mk?