Enabled parallel compilation by default
This commit is contained in:
parent
c6c35be5a3
commit
3ffb1e9c44
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ then
|
|||
fi
|
||||
|
||||
PROCESSORS=1
|
||||
if [ 1$PARALLEL = "1true" ]
|
||||
if [ 1$PARALLEL != "1false" ]
|
||||
then
|
||||
PROCESSORS=$(grep processor /proc/cpuinfo | wc -l)
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue