mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Docs: Updated build parallelism
This commit is contained in:
parent
48f9072539
commit
3d96a62a0c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ How to Build Taskwarrior
|
|||
$ git submodule init # This is now done by cmake as a test
|
||||
$ git submodule update # Update the libhsared.git submodule
|
||||
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither
|
||||
$ make VERBOSE=1 -j8 # Shows details, builds using 8 jobs
|
||||
# Alternately 'export MAKEFLAGS=-j 8'
|
||||
$ make VERBOSE=1 -j4 # Shows details, builds using 4 jobs
|
||||
# Alternately 'export MAKEFLAGS=-j 4'
|
||||
|
||||
Running Test Suite:
|
||||
$ cd tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue