You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by "Martin Veith (JIRA)" <ji...@apache.org> on 2014/03/24 08:47:42 UTC

[jira] [Resolved] (ETCH-293) Build-System - Make Multicore build

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

Martin Veith resolved ETCH-293.
-------------------------------

       Resolution: Implemented
    Fix Version/s: 1.4.0
         Assignee: Martin Veith

It is already possible to inject custom options to the cmake build system via ant.

Use the following option for ant:
{code}
-Duse.custom.build.options
{code}

Example:
{code}
ant debug-binding -Dbinding=cpp -Duse.custom.build.options="-j8"
{code}

> Build-System - Make Multicore build
> -----------------------------------
>
>                 Key: ETCH-293
>                 URL: https://issues.apache.org/jira/browse/ETCH-293
>             Project: Etch
>          Issue Type: Improvement
>          Components: binding-c, binding-cpp, build
>    Affects Versions: 1.3.0
>            Reporter: Aaron Frueh
>            Assignee: Martin Veith
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> Usually there is no need to build etch multiple times. But currently i build the cpp-Binding for around 7 Targets/Platforms and that pretty often.
> If i could add the Multicore flag to ant, like how it is possible on make with "-j8", the build could be faster.



--
This message was sent by Atlassian JIRA
(v6.2#6252)