Gentoo Archives: gentoo-dev

From: "Harald van Dijk" <truedfx@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] fix binary debug support, part elevenity billion 1/2
Date: Fri, 20 Jan 2006 13:57:09
Message-Id: 20060120135355.GA4269@gentoo.org
In Reply to: Re: [gentoo-dev] fix binary debug support, part elevenity billion 1/2 by Mike Frysinger
1 On Fri, Jan 20, 2006 at 07:10:02AM -0500, Mike Frysinger wrote:
2 > On Friday 20 January 2006 01:25, Harald van Dijk wrote:
3 > > On Thu, Jan 19, 2006 at 05:56:47PM -0500, Mike Frysinger wrote:
4 > > > - USE=debug *never* changes CFLAGS or LDFLAGS or what have you, it *only*
5 > > > enables additional runtime code (such as assert()'s or helpful debug
6 > > > output) ...
7 > >
8 > > I'd like to see cases such as "use debug && append-flags -DDEBUG"
9 > > explicitly mentioned, please. I'm sure you meant that this is okay, but
10 > > to avoid confusion, could you actually say so? (Or, if I'm completely
11 > > misunderstanding, tell me it's not okay. :)
12 >
13 > that depends, does your code actually have things like
14 > #ifdef DEBUG
15 > <debug stuff>
16 > #endif
17
18 screen (which is what I got it from) does.