Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 45056 invoked from network); 8 Dec 2006 15:35:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 15:35:08 -0000 Received: (qmail 16498 invoked by uid 500); 8 Dec 2006 15:35:14 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 16472 invoked by uid 500); 8 Dec 2006 15:35:14 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 16463 invoked by uid 99); 8 Dec 2006 15:35:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 07:35:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.p.ellison@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 07:35:02 -0800 Received: by ug-out-1314.google.com with SMTP id z36so689844uge for ; Fri, 08 Dec 2006 07:34:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=HnDE+96FsrcCSbPVzYLkHXBJa2QV9RC3eCzV9tnykshtzPL2lkRWElom6oFlnbjxO4PEFJq2XRIiW3+ITrLD74XzOSqcdV33KwzFWb0f7W/I0YbY+Lf5YzrzCmI/b6/MCusmBi3sfkuJcqJCvWmOyWbRT2Qu5HHRSYp0FMGlr7A= Received: by 10.67.119.13 with SMTP id w13mr5392971ugm.1165592080634; Fri, 08 Dec 2006 07:34:40 -0800 (PST) Received: from ?192.168.0.2? ( [86.111.176.100]) by mx.google.com with ESMTP id k28sm3022037ugd.2006.12.08.07.34.38; Fri, 08 Dec 2006 07:34:40 -0800 (PST) Message-ID: <45798609.3060008@gmail.com> Date: Fri, 08 Dec 2006 15:34:33 +0000 From: Tim Ellison User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][build] Release/debug builds for classlib References: <200612071434.kB7EYVwn031494@d06av02.portsmouth.uk.ibm.com> <45797D06.2000103@gmail.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alexey Petrenko wrote: > 2006/12/8, Tim Ellison : >> Alexey Petrenko wrote: >> > The only difference is that my version is switching debug option for >> > javac as well. And I think that I'll commit this modification. >> Is it worth it? The javac compiler doesn't generate different code with >> the -g option, it simply adds the debug attributes to the .class file. >> It will result in larger .class files, but provide meaningful debug & >> stracktrace info for JDK users. > I think that we can provide release and debug versions of HDK. If > someone want to debug he will take debug one. If user want to run > application he will take smaller and faster one :) By definition, the HDK is a development environment -- which should always include debug info. Regards, Tim