From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=DATE_IN_PAST_24_48,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from femail11.sdc1.sfba.home.com ([24.0.95.107]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15aV9z-0003tR-00 for gentoo-dev@cvs.gentoo.org; Fri, 24 Aug 2001 22:35:04 -0600 Received: from there ([24.101.166.196]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20010825043502.XGDZ2471.femail11.sdc1.sfba.home.com@there> for ; Fri, 24 Aug 2001 21:35:02 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Don Davies Organization: you only wish you were this organized.. To: gentoo-dev@cvs.gentoo.org X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010825043502.XGDZ2471.femail11.sdc1.sfba.home.com@there> Subject: [gentoo-dev] KDE .ebuilds $DEBUG support Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Fri Aug 24 22:36:01 2001 X-Original-Date: Sat, 25 Aug 2001 00:40:21 -0500 X-Archives-Salt: 49f75b0b-c8a6-4280-acca-2767e18fdcea X-Archives-Hash: a434dfcded97a1e509fe223223cf8cb4 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