[ https://issues.apache.org/jira/browse/HARMONY-803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469406
]
Alexey Petrenko commented on HARMONY-803:
-----------------------------------------
Right!
Mark, close it plese.
> [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.
|