I was wondering if make would need extra parameters to make use of the 4 core A7 on the Raspberry Pi 2?
I have read that you can specify make -j# at a rate of cores x 1.5 to run parallel jobs within make. Will this decrease compile time for custom libraries or does make already detect the number of cores on the Pi and get on with it as fast as possible?