mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DEVELOPER: Use multiple jobs during make
This commit is contained in:
parent
2b88260531
commit
293ccfdb02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue