Skip to content

v0.7.6

Latest
Compare
Choose a tag to compare
@jawatson jawatson released this 24 May 12:06
· 4 commits to master since this release

Introduces support for the -j flag when running make. e.g. on a 4 core machine, the following command may be used to spawn additional threads to speed the build;

$ ./configure
$ make -j4

This is the only change. Existing users of v0.7.5 need not upgrade.