[oe] [RFC] -dbg for static libraries?

Phil Blundell philb at gnu.org
Thu Sep 17 12:01:33 UTC 2009


On Thu, 2009-09-17 at 01:40 -0400, Denys Dmytriyenko wrote:
> Would it make sense to package stripped version of a static lib into -dev and 
> the full version into corresponding -dbg?

I'm not sure that you'd want the debugging .a file in -dbg itself, since
the -dbg packages are for installation on the target device and the .a
libraries would be useless there. 

Punting the debug versions of the .a libraries into a new package
(-static-dbg or some such) wouldn't be a bad idea.  Or, for SDK
purposes, you could even consider ditching the .a libraries altogether
for packages that have a .so since virtually nobody is going to be doing
static linking in this day and age.

p.






More information about the Openembedded-devel mailing list