Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] fix binary debug support, part elevenity billion
Date: Sun, 15 Jan 2006 12:12:51
Message-Id: 200601150712.02482.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] fix binary debug support, part elevenity billion by Henrik Brix Andersen
1 On Sunday 15 January 2006 06:52, Henrik Brix Andersen wrote:
2 > On Sun, Jan 15, 2006 at 01:11:54AM -0500, Mike Frysinger wrote:
3 > > the one true solution:
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 > Some packages automatically appends stuff to CFLAGS when turning on
9 > package specific debug options - should this be kept or removed
10 > following your approach?
11
12 removed
13
14 ive seen many packages where `./configure --enable-debug` simply did:
15 CFLAGS="-g"
16
17 now, imho, that has no place in portage
18 -mike
19 --
20 gentoo-dev@g.o mailing list