You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivan Volosyuk (JIRA)" <ji...@apache.org> on 2007/03/01 11:40:51 UTC

[jira] Closed: (HARMONY-803) [classlib] debug mode by default

     [ https://issues.apache.org/jira/browse/HARMONY-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Volosyuk closed HARMONY-803.
---------------------------------

    Resolution: Fixed

Closing as requested.

> [classlib] debug mode by default
> --------------------------------
>
>                 Key: HARMONY-803
>                 URL: https://issues.apache.org/jira/browse/HARMONY-803
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: Linux
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>            Priority: Minor
>         Attachments: classlib-debug_mode_by_default-20060707.diff, classlib-debug_mode_by_default-20060711.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.
-
You can reply to this email to add a comment to the issue online.