Improve Make’s Speed with the –jobs Switch
- 0
- Add a Comment
Yesterday, while going compile-crazy and whatnot, I discovered a switch for GNU Make. The -j switch (or –jobs) allows you to have Make run multiple jobs on the same task, improving compile time. I wanted to see just how fast it was, so I did some tests. The Tests In these tests, I compiled Ruby‘s [...]


