* [gentoo-dev] --disable-debug, my friend...--disable-debug
@ 2002-09-17 0:39 david mattatall
2002-09-17 1:23 ` mike
0 siblings, 1 reply; 9+ messages in thread
From: david mattatall @ 2002-09-17 0:39 UTC (permalink / raw
To: gentoo-dev
It should be all ready implimented but there should be a requirement to add
somthing like:
use debug && myconf="$myconf --enable-debug" || myconf="$myconf
--disable-debug"
To every ebuild for programs that support it. I know for a fact my KDE is 40%
faster now that I've modified my ebuilds to do that.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
2002-09-17 0:39 [gentoo-dev] --disable-debug, my friend...--disable-debug david mattatall
@ 2002-09-17 1:23 ` mike
2002-09-17 2:22 ` Jon Nelson
0 siblings, 1 reply; 9+ messages in thread
From: mike @ 2002-09-17 1:23 UTC (permalink / raw
To: gentoo-dev
anytime you come across something that doesnt disable debug
and in fact has the option feel free to post something to the
list and bugs.gentoo.org ... i usually try to sed out -g and such
from Makefiles when making ebuild's
-mike
----- Original Message -----
From: "david mattatall" <davidsmind@linuxbasics.com>
To: <gentoo-dev@gentoo.org>
Sent: Monday, September 16, 2002 20:39
Subject: [gentoo-dev] --disable-debug, my friend...--disable-debug
It should be all ready implimented but there should be a requirement to add
somthing like:
use debug && myconf="$myconf --enable-debug" || myconf="$myconf
--disable-debug"
To every ebuild for programs that support it. I know for a fact my KDE is
40%
faster now that I've modified my ebuilds to do that.
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
2002-09-17 1:23 ` mike
@ 2002-09-17 2:22 ` Jon Nelson
2002-09-17 3:17 ` mike
0 siblings, 1 reply; 9+ messages in thread
From: Jon Nelson @ 2002-09-17 2:22 UTC (permalink / raw
To: mike; +Cc: gentoo-dev
On Mon, 16 Sep 2002 21:23:09 -0400
"mike" <vapier@netzero.com> wrote:
> anytime you come across something that doesnt disable debug
> and in fact has the option feel free to post something to the
> list and bugs.gentoo.org ... i usually try to sed out -g and such
> from Makefiles when making ebuild's
However, that is inappropriate. That is what the debug use flag is for.
I personally feel that the default should be to build with debug symbols
on (but not profiling), but I also believe that for Gentoo (performance
oriented), the best default would be for the 'debug' use flag to be
turned off. In fact, I consider it a bug if an ebuild does *not* allow
for a debug-enabled build to be built.
--
Pound for pound, the amoeba is the most vicious animal on earth.
Jon Nelson <jnelson@jamponi.net>
C and Python Code Gardener
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
2002-09-17 2:22 ` Jon Nelson
@ 2002-09-17 3:17 ` mike
2002-09-17 7:01 ` Corvus Corax
0 siblings, 1 reply; 9+ messages in thread
From: mike @ 2002-09-17 3:17 UTC (permalink / raw
To: gentoo-dev
i might point out that there is no debug use flag atm.
i'm not saying there shouldn't be one, just saying
one doesn't currently exist so i dont code for it.
as soon as one gets put into use.desc i'll rewrite ebuilds
-mike
----- Original Message -----
From: "Jon Nelson" <jnelson@jamponi.net>
To: "mike" <vapier@netzero.com>
Cc: <gentoo-dev@gentoo.org>
Sent: Monday, September 16, 2002 22:22
Subject: Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
> On Mon, 16 Sep 2002 21:23:09 -0400
> "mike" <vapier@netzero.com> wrote:
>
> > anytime you come across something that doesnt disable debug
> > and in fact has the option feel free to post something to the
> > list and bugs.gentoo.org ... i usually try to sed out -g and such
> > from Makefiles when making ebuild's
>
> However, that is inappropriate. That is what the debug use flag is for.
> I personally feel that the default should be to build with debug symbols
> on (but not profiling), but I also believe that for Gentoo (performance
> oriented), the best default would be for the 'debug' use flag to be
> turned off. In fact, I consider it a bug if an ebuild does *not* allow
> for a debug-enabled build to be built.
>
>
> --
> Pound for pound, the amoeba is the most vicious animal on earth.
>
> Jon Nelson <jnelson@jamponi.net>
> C and Python Code Gardener
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
@ 2002-09-17 4:51 david mattatall
2002-09-17 9:51 ` Paul de Vrieze
0 siblings, 1 reply; 9+ messages in thread
From: david mattatall @ 2002-09-17 4:51 UTC (permalink / raw
To: gentoo-dev
---------- Forwarded Message ----------
Subject: Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
Date: September 16, 2002 06:47 pm
From: david mattatall <davidsmind@linuxbasics.com>
To: "mike" <vapier@netzero.com>
On September 16, 2002 06:23 pm, mike wrote:
> anytime you come across something that doesnt disable debug
> and in fact has the option feel free to post something to the
> list and bugs.gentoo.org ... i usually try to sed out -g and such
> from Makefiles when making ebuild's
> -mike
I think it would be handy for developers to have the "DEBUG" as a use flag,
and handy for end users to have it default to -debug.
-------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
2002-09-17 3:17 ` mike
@ 2002-09-17 7:01 ` Corvus Corax
2002-09-17 10:23 ` Spider
0 siblings, 1 reply; 9+ messages in thread
From: Corvus Corax @ 2002-09-17 7:01 UTC (permalink / raw
To: gentoo-dev
Am Mon, 16 Sep 2002 23:17:07 -0400
schrieb "mike" <vapier@netzero.com>:
> i might point out that there is no debug use flag atm.
> i'm not saying there shouldn't be one, just saying
> one doesn't currently exist so i dont code for it.
> as soon as one gets put into use.desc i'll rewrite ebuilds
> -mike
>
there really should be one.
specially for librarys, if you develop for example QT or gtk programs u might want to have gtk and Qt libs unstrapped,
but if not, you of course want to have seem clean and fast and.
please everyone we really NEED a debug flag! debug! debug! debug!!!
i mean. ok its fun to browse asm-code with gdb, yeah, specially in big librarys that rocks, and if your own program uses debug symbols you can live
with it, but it would just be MUCH easyer.
Corvus V Corax - who finally started developing some gtk stuff <g>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
2002-09-17 4:51 david mattatall
@ 2002-09-17 9:51 ` Paul de Vrieze
0 siblings, 0 replies; 9+ messages in thread
From: Paul de Vrieze @ 2002-09-17 9:51 UTC (permalink / raw
To: davidsmind, gentoo-dev
On Tuesday 17 September 2002 06:51, david mattatall wrote:
> ---------- Forwarded Message ----------
>
> Subject: Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
> Date: September 16, 2002 06:47 pm
> From: david mattatall <davidsmind@linuxbasics.com>
> To: "mike" <vapier@netzero.com>
>
> On September 16, 2002 06:23 pm, mike wrote:
> > anytime you come across something that doesnt disable debug
> > and in fact has the option feel free to post something to the
> > list and bugs.gentoo.org ... i usually try to sed out -g and such
> > from Makefiles when making ebuild's
> > -mike
>
> I think it would be handy for developers to have the "DEBUG" as a use flag,
> and handy for end users to have it default to -debug.
>
I think it also should automagically be enabled if the emerge -debug option is
used, and if set in use it should also disable the default stripping of
binaries.
Paul
--
Paul de Vrieze
Junior Researcher
Mail: pauldv@cs.kun.nl
Homepage: http://www.devrieze.net
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
2002-09-17 7:01 ` Corvus Corax
@ 2002-09-17 10:23 ` Spider
0 siblings, 0 replies; 9+ messages in thread
From: Spider @ 2002-09-17 10:23 UTC (permalink / raw
To: Corvus Corax; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1072 bytes --]
begin quote
On Tue, 17 Sep 2002 09:01:51 +0200
Corvus Corax <corvusvcorax@gemia.de> wrote:
> there really should be one.
>
> specially for librarys, if you develop for example QT or gtk programs
> u might want to have gtk and Qt libs unstrapped, but if not, you of
> course want to have seem clean and fast and.
>
> please everyone we really NEED a debug flag! debug! debug! debug!!!
>
> i mean. ok its fun to browse asm-code with gdb, yeah, specially in big
> librarys that rocks, and if your own program uses debug symbols you
> can live with it, but it would just be MUCH easyer.
>
>
> Corvus V Corax - who finally started developing some gtk stuff <g>
we do however have $DEBUG and $DEBUGBUILD which will make sure the
package isn't stripped and soforth.
for ebuildwriters, "inherit debug" in packages that are known to be
unstable high-development things. (cvs ebuilds, next-generation-beta
Things)
//Spdier
--
begin .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] --disable-debug, my friend...--disable-debug
@ 2002-09-26 6:49 david mattatall
0 siblings, 0 replies; 9+ messages in thread
From: david mattatall @ 2002-09-26 6:49 UTC (permalink / raw
To: gentoo-dev
So. Was this thread spotted by a gentoo dev? What is to become of the DEBUG
use flag?
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2002-09-26 6:49 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-17 0:39 [gentoo-dev] --disable-debug, my friend...--disable-debug david mattatall
2002-09-17 1:23 ` mike
2002-09-17 2:22 ` Jon Nelson
2002-09-17 3:17 ` mike
2002-09-17 7:01 ` Corvus Corax
2002-09-17 10:23 ` Spider
-- strict thread matches above, loose matches on Subject: below --
2002-09-17 4:51 david mattatall
2002-09-17 9:51 ` Paul de Vrieze
2002-09-26 6:49 david mattatall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox