Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 26456 invoked from network); 7 Jul 2006 17:26:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 17:26:51 -0000 Received: (qmail 93363 invoked by uid 500); 7 Jul 2006 17:26:50 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 93328 invoked by uid 500); 7 Jul 2006 17:26:50 -0000 Mailing-List: contact harmony-commits-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-commits@incubator.apache.org Received: (qmail 93315 invoked by uid 99); 7 Jul 2006 17:26:50 -0000 Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 10:26:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3157A714204 for ; Fri, 7 Jul 2006 17:24:30 +0000 (GMT) Message-ID: <32974640.1152293070172.JavaMail.jira@brutus> Date: Fri, 7 Jul 2006 17:24:30 +0000 (GMT+00:00) From: "Ivan Volosyuk (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-803) [classlib] debug mode by default In-Reply-To: <18471767.1152292769844.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-803?page=all ] Ivan Volosyuk updated HARMONY-803: ---------------------------------- Attachment: classlib-debug_mode_by_default-20060707.diff Changes for linux makefiles. Windows makefiles to be fixed yet. I'm going to work on it soon. > [classlib] debug mode by default > -------------------------------- > > Key: HARMONY-803 > URL: http://issues.apache.org/jira/browse/HARMONY-803 > Project: Harmony > Type: Improvement > Components: Classlib > Environment: Linux > Reporter: Ivan Volosyuk > Priority: Minor > Attachments: classlib-debug_mode_by_default-20060707.diff > > Implemented selection of debug (default) / release mode of native code compilation for linux makefiles. > Separated $INCLUDES, $DEFINES and $OPTS (optimizations). > -march=pentium3 was placed in $OPTS_i686 arch specific flags > Updated all linux makefiles. > To build in release mode > BUILD_CFG=release ant > To add more optimizations: > BUILD_CFG=release CFLAGS=-O3 ant -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira