GValiente / butano

Modern C++ high level GBA engine

Repository from Github https://github.comGValiente/butanoRepository from Github https://github.comGValiente/butano

Makefile parameter "-j"

ATSxp opened this issue · comments

commented

Hello, I use a CPU with 2 cores and I was wondering if I were to use the "-j8/16" parameter in the Makefile, would that make the computer demand too much of my CPU?

Sorry if my English is bad, I'm using google translator =)

If you have a CPU with only two cores, you probably have to use -j2:
https://www.gnu.org/software/make/manual/html_node/Parallel.html

commented

Ok, thankyou =)