Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 43338 invoked from network); 6 Nov 2006 11:35:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2006 11:35:59 -0000 Received: (qmail 41040 invoked by uid 500); 6 Nov 2006 11:36:08 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 40995 invoked by uid 500); 6 Nov 2006 11:36:08 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 40986 invoked by uid 99); 6 Nov 2006 11:36:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 03:36:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 03:35:55 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gh2lA-0002Tw-UH for harmony-dev@incubator.apache.org; Mon, 06 Nov 2006 12:35:24 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Nov 2006 12:35:24 +0100 Received: from alex.astapchuk by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Nov 2006 12:35:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: harmony-dev@incubator.apache.org From: Alex Astapchuk Subject: Re: [drlvm] building jitrino in release mode Date: Mon, 06 Nov 2006 17:34:58 +0600 Lines: 51 Message-ID: References: <454E8B4A.40307@pobox.com> <454F0D75.2040803@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) In-Reply-To: <454F0D75.2040803@pobox.com> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Geir Magnusson Jr. wrote: > > > Alex Astapchuk wrote: >> Geir Magnusson Jr. wrote: >>> I've been having some problems getting some test cases to exhibit >>> misbehavior for DRLVM, and it turns out that jitrino is built in >>> release mode no matter what BUILD_CFG is set to. >> >> Yes, this is a looooong-looooong story. >> Was done as 'we-will-change-it-back-soon' thing, but remains till this >> moment. :-) > > When I get it to build, I'll change it back today :) > >> >>> >>> Putting this inconsistency aside for a moment, how do I get jitrino >>> to build in debug? >> >> Here it is: http://tinyurl.com/yxjp4v >> >> This are patches for jitrino.xml & build.bat, the same change (remove >> -Dvm.jitrino.cfg=release) need to be done for build.sh as well. > > k (I made the change in build.sh, as I never work on windows...). I'll > look at jitrino.xml (I can't see your URL... I'm in a car at the moment...) > If it helps, then here is the copy: ===== - + @@ -48,7 +48,8 @@ - + ===== -- Thanks, Alex