You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.