We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c0421 commit 652aa70Copy full SHA for 652aa70
install_prerequisites/buildgcc
@@ -67,7 +67,7 @@ else
67
install_path=$2
68
fi
69
70
-# Default to 2 threads if no specified thread count:
+# Default to 1 threads if no specified thread count:
71
if [ -z $3 ]; then
72
num_threads=1
73
else
0 commit comments