You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Egor Pasko (JIRA)" <ji...@apache.org> on 2006/11/01 14:35:18 UTC

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

    [ http://issues.apache.org/jira/browse/HARMONY-803?page=comments#action_12446239 ] 
            
Egor Pasko commented on HARMONY-803:
------------------------------------

the latest patch does not apply, modules/luni/src/main/native/port/linux/makefile is not present

> [classlib] debug mode by default
> --------------------------------
>
>                 Key: HARMONY-803
>                 URL: http://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.
-
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