public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] fix binary debug support, part elevenity billion
@ 2006-01-15  6:11 Mike Frysinger
  2006-01-15  6:19 ` Joshua Baergen
                   ` (5 more replies)
  0 siblings, 6 replies; 46+ messages in thread
From: Mike Frysinger @ 2006-01-15  6:11 UTC (permalink / raw
  To: gentoo-dev

this topic has come up before too many times and has yet to be solved, and we 
have too many hacks in place

the issues:
- USE=debug is way too vague; sometimes it builds different code (i.e. 
additional runtime checks, debugging output, yada yada) and sometimes it 
forces debugging gcc flags into CFLAGS
- debug.eclass: it sucks, we all know it, enough said
- no easy way for users/developers to quickly emerge a package and have it 
contain useful debugging information, running `FEATURES=nostrip CFLAGS="-g 
-O" emerge booga` is petarded

the one true solution:
- USE=debug *never* changes CFLAGS or LDFLAGS or what have you, it *only* 
enables additional runtime code (such as assert()'s or helpful debug 
output) ... if you're confused by what i mean, run `USE=debug emerge nano` 
and then run `nano`
- we add an emerge flag (say '--debug-build') which adds "nostrip" to FEATURES 
and auto sets CFLAGS to DEBUG_CFLAGS and LDFLAGS to DEBUG_LDFLAGS
- portage will add sane debug defaults to make.globals (DEBUG_CFLAGS="-O -g" 
and DEBUG_LDFLAGS="")

so what have i missed ?
-mike
-- 
gentoo-dev@gentoo.org mailing list



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

end of thread, other threads:[~2006-01-29 14:44 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-15  6:11 [gentoo-dev] fix binary debug support, part elevenity billion Mike Frysinger
2006-01-15  6:19 ` Joshua Baergen
2006-01-15  7:19   ` Mike Frysinger
2006-01-15 11:52 ` Henrik Brix Andersen
2006-01-15 12:12   ` Mike Frysinger
2006-01-15 15:33 ` Olivier Crête
2006-01-17 15:11   ` Richard Fish
2006-01-17 16:12     ` Mike Frysinger
2006-01-17 16:51     ` Olivier Crete
2006-01-17 17:03       ` Diego 'Flameeyes' Pettenò
2006-01-17 18:01         ` Olivier Crete
2006-01-19  3:03           ` [gentoo-dev] " R Hill
2006-01-15 18:25 ` [gentoo-dev] " Dan Meltzer
2006-01-15 22:28   ` Mike Frysinger
2006-01-19 22:56 ` [gentoo-dev] fix binary debug support, part elevenity billion 1/2 Mike Frysinger
2006-01-19 23:17   ` Olivier Crete
2006-01-19 23:26     ` Henrik Brix Andersen
2006-01-20  0:15     ` Danny van Dyk
2006-01-20  0:32     ` Mike Frysinger
2006-01-19 23:25   ` Henrik Brix Andersen
2006-01-19 23:33   ` solar
2006-01-19 23:52     ` Mark Loeser
2006-01-20  0:28       ` Mike Frysinger
2006-01-20  8:09         ` Kevin F. Quinn (Gentoo)
2006-01-20  0:30     ` Mike Frysinger
2006-01-20  7:52     ` Kevin F. Quinn (Gentoo)
2006-01-20  3:24   ` Donnie Berkholz
2006-01-20  3:40     ` Ciaran McCreesh
2006-01-20  6:25   ` Harald van Dijk
2006-01-20 12:10     ` Mike Frysinger
2006-01-20 13:53       ` Harald van Dijk
2006-01-20 23:25       ` Robin H. Johnson
2006-01-24 20:25         ` Paul de Vrieze
2006-01-22  4:12   ` Marius Mauch
2006-01-22 19:45     ` Mike Frysinger
2006-01-22 21:30       ` Marius Mauch
2006-01-22 20:50         ` Mike Frysinger
2006-01-23  1:12         ` Donnie Berkholz
2006-01-23 18:28           ` "Environement categories" (was Re: [gentoo-dev] fix binary debug support, part elevenity billion 1/2) Danny van Dyk
2006-01-23 19:44             ` Mike Frysinger
2006-01-24  6:44             ` Brian Harring
2006-01-25  1:06               ` Mike Frysinger
2006-01-25  7:26                 ` Brian Harring
2006-01-29 14:40                   ` Mike Frysinger
2006-01-24 22:56 ` [gentoo-dev] fix binary debug support, part elevenity billion Donnie Berkholz
2006-01-25  1:04   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox