I have a pc with a lot of cores and threads and I wish to compile and make using as many threads as possible to save time. In Arch there is a way to do this, by default so that you con't have to type arguments every time, but I don't know how in Ubuntu.
My google is not finding anything.
My google is not finding anything.






MAKEFLAGS is (if you want it to be) an ordinary environment variable. Ordinary environment variables are visible in make.
Comment