Skip to content

Make flags in prerequisites setup script #19

Closed
@ruben-ayrapetyan

Description

@ruben-ayrapetyan

Hello.

Currently, prerequisites.sh uses 'make -j' to build cppcheck and vera++.
This can be too resource consuming.

To give control about the make options, we can pass "-j" flag in make command line only if it is passed to make instance, calling the script (MAKEFLAGS environment variable, created by make, can be used for this).

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions