On Friday 20 January 2006 01:25, Harald van Dijk wrote:
> On Thu, Jan 19, 2006 at 05:56:47PM -0500, Mike Frysinger wrote:
> > - 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) ...
>
> I'd like to see cases such as "use debug && append-flags -DDEBUG"
> explicitly mentioned, please. I'm sure you meant that this is okay, but
> to avoid confusion, could you actually say so? (Or, if I'm completely
> misunderstanding, tell me it's not okay. :)

that depends, does your code actually have things like
#ifdef DEBUG
     <debug stuff>
#endif
-mike

-- 
gentoo-dev@gentoo.org mailing list

Reply via email to