public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download: 
* [gentoo-dev] KDE .ebuilds $DEBUG support
@ 2001-08-24 22:36 99% Don Davies
  0 siblings, 0 replies; 1+ results
From: Don Davies @ 2001-08-24 22:36 UTC (permalink / raw
  To: gentoo-dev

Hi, devs

Dan Armak:

I think this would be a nice addition to the KDE .ebuilds.  The QT .ebuild
has a similar provision.  This should provide performance gains, as well
as reduce the compilation time, as I understand from reading posts on
http://dot.kde.org.

add to src_compile() :

if [ "$DEBUG" ] ; then
    myconf="${myconf} --enable-debug"
  else
    myconf="${myconf} --disable-debug --enable-final"
fi

Any objections?
Cheers!

--
Donny



^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2001-08-24 22:36 99% [gentoo-dev] KDE .ebuilds $DEBUG support Don Davies

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox