DEVELOPER: Use multiple jobs during make

This commit is contained in:
Tomas Babej 2016-03-20 01:45:20 +01:00 committed by Paul Beckingham
parent 2b88260531
commit 293ccfdb02

View file

@ -12,7 +12,7 @@ How to Build Taskwarrior
$ cd task.git
$ git checkout 2.6.0 # Latest dev branch
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither.
$ make VERBOSE=1 # Shows details
$ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs
Running Test Suite:
$ cd tests