DEVELOPER: Use multiple jobs during make
This commit is contained in:
committed by
Paul Beckingham
parent
2b88260531
commit
293ccfdb02
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user