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 ffce61da4b
commit ec1a7b4b40

View file

@ -12,7 +12,7 @@ How to Build Taskwarrior
$ cd task.git $ cd task.git
$ git checkout 2.6.0 # Latest dev branch $ git checkout 2.6.0 # Latest dev branch
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither. $ 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: Running Test Suite:
$ cd tests $ cd tests