Enabled parallel compilation by default

This commit is contained in:
Rubén Rodríguez 2013-04-23 19:04:29 +02:00
parent c6c35be5a3
commit 3ffb1e9c44

View file

@ -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