Skip to content
Snippets Groups Projects
Commit 3ffb1e9c authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Enabled parallel compilation by default

parent c6c35be5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment