We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need multi-process build - its very fast to build many xxxx.c at the same time
The text was updated successfully, but these errors were encountered:
scons -j4
Sorry, something went wrong.
#thank u sir
CPU_NUM=$(grep processor /proc/cpuinfo | awk '{field=$NF};END{print field+1}') echo "CPU number = "$CPU_NUM
make -j$CPU_NUM
how about this way add into scons
No branches or pull requests
Need multi-process build - its very fast to build many xxxx.c at the same time
The text was updated successfully, but these errors were encountered: