Commits

Meador Inge committed c4052ebfbd4
Add a way to specify the number of build jobs This change adds a '-j' option to the top-level build script. The computed defaults may not always be suitable. Tested by building for Ninja (default), Make (-m), and XCode (-x). I also verified the jobs count via a process monitor.