Gentoo Archives: gentoo-dev

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

Replies