On Mon, 01 Dec 2008 11:39:35 +0300
Peter Volkov <[EMAIL PROTECTED]> wrote:
> This leads me to different conclusion. I was thinking about new
> portage feature: emerge --info . So to make portage show not
> only global information but per-package either. In many cases this
> will simplify analyzin
В Пнд, 01/12/2008 в 06:16 +0100, Maciej Mrozowski пишет:
> Currently handling debug/release builds is incoherent and misleading to say
> the least. We have got in Gentoo:
All that parts do their separate and quite a different work so I can't
say that it's incoherent (by idea at least).
> The dra
Hi
I would like to give some idea into consideration.
Abstract
In short, adding following new variables to make.conf and implement handling
of them in eclasses:
- CFLAGS_DEBUG (and friends like CXXFLAGS_DEBUG) - use defined debug compiler
flags - by default set to -O0 -ggdb (and maybe -Wall as