Gentoo Archives: gentoo-dev

From: Don Davies <woodchip@g.o>
To: gentoo-dev@××××××××××.org
Subject: [gentoo-dev] KDE .ebuilds $DEBUG support
Date: Fri, 24 Aug 2001 22:35:04
Message-Id: 20010825043502.XGDZ2471.femail11.sdc1.sfba.home.com@there
1 Hi, devs
2
3 Dan Armak:
4
5 I think this would be a nice addition to the KDE .ebuilds. The QT .ebuild
6 has a similar provision. This should provide performance gains, as well
7 as reduce the compilation time, as I understand from reading posts on
8 http://dot.kde.org.
9
10 add to src_compile() :
11
12 if [ "$DEBUG" ] ; then
13 myconf="${myconf} --enable-debug"
14 else
15 myconf="${myconf} --disable-debug --enable-final"
16 fi
17
18 Any objections?
19 Cheers!
20
21 --
22 Donny

Replies

Subject Author
Re: [gentoo-dev] KDE .ebuilds $DEBUG support Dan Armak <danarmak@g.o>
Re: [gentoo-dev] KDE .ebuilds $DEBUG support Mikael Hallendal <micke@×××××××××.net>