Skip to content

Add inherent support of parallel 'make' #176

@vkarak

Description

@vkarak

Currently, if somebody wants to make his build parallel, he has to override the compile() method as follows:

    def compile(self):
        super().compile(options='-j')

We should somehow provide this automatically. What do you think?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions