All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] -dbg for static libraries?
@ 2009-09-17  5:40 Denys Dmytriyenko
  2009-09-17  9:46 ` Koen Kooi
  2009-09-17 12:01 ` Phil Blundell
  0 siblings, 2 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2009-09-17  5:40 UTC (permalink / raw)
  To: openembedded-devel

As target binaries and libraries are now built with extra debugging symbols, 
some of the -dbg packages are very large. Unfortunately, -dbg packages only 
contain debug versions of executable binaries and shared libraries, but not 
static libraries, which go directly into -dev packages. That increases the 
size of sdk/toolchain tarballs, which include -dev packages, depending on the 
main packages, and end up with stripped shared libs, but bloated static libs.

I understand, that -dev packages are specifically for development and having 
full debugging symbols in a library might be helpful for that, but -dev 
packages don't usually depend on -dbg, and most toolchain-target tasks don't 
include them either, hence not providing debugging versions of shared libs in 
the sdk/toolchain.

Would it make sense to package stripped version of a static lib into -dev and 
the full version into corresponding -dbg?

-- 
Denys



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-20 11:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-17  5:40 [RFC] -dbg for static libraries? Denys Dmytriyenko
2009-09-17  9:46 ` Koen Kooi
2009-09-17 12:16   ` Stanislav Brabec
2009-09-17 12:01 ` Phil Blundell
2009-09-19 21:48   ` GNUtoo
2009-09-20  7:13     ` Phil Blundell
2009-09-20 11:45       ` GNUtoo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.