Use what parallelism we have.
This commit is contained in:
parent
f4ce7bae6d
commit
764a47116e
@ -21,11 +21,11 @@ module.exports = (grunt) ->
|
||||
stderr: true
|
||||
failOnError: true
|
||||
build:
|
||||
command: 'make'
|
||||
command: 'make -j'
|
||||
full:
|
||||
command: """
|
||||
make clean
|
||||
make all
|
||||
make -j all
|
||||
""".split('\n').join('&&')
|
||||
clean:
|
||||
command: 'make clean'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user