public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] KDE .ebuilds $DEBUG support
@ 2001-08-24 22:36 Don Davies
  2001-08-25  2:13 ` Dan Armak
  2001-08-25  4:53 ` Mikael Hallendal
  0 siblings, 2 replies; 5+ messages in thread
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	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-08-25 22:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-24 22:36 [gentoo-dev] KDE .ebuilds $DEBUG support Don Davies
2001-08-25  2:13 ` Dan Armak
2001-08-25 10:41   ` tadpol
2001-08-25 16:44     ` Dan Armak
2001-08-25  4:53 ` Mikael Hallendal

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