-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make flags in prerequisites setup script #19
Comments
By the way. |
Actually, may be manual build of vera++ is unnecessary. There is also distribution package for cppcheck in Ubuntu. Maybe, there are no similar cross-version issues with vera++. In the case, we could use distribution package. |
I think the manual build of vera++ is totally unnecessary. This should be optional or at least should be checked if it is already installed or not. |
In Ubuntu (from trusty to vivi) the vera++ package has the 1.2.1 version and the same version is in the prerequisites script. |
…iments-dev Experiments dev
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).
The text was updated successfully, but these errors were encountered: