aboutsummaryrefslogtreecommitdiffstats
path: root/env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'env.sh')
-rw-r--r--env.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/env.sh b/env.sh
index 6d59abd..ee1a0f0 100644
--- a/env.sh
+++ b/env.sh
@@ -37,6 +37,8 @@ LFS_PWD="lfs"
NUMPROCS="$(getconf _NPROCESSORS_ONLN)"
numjobs="$((NUMPROCS * 2 - 1))"
# Make flags for multiple jobs
+#MAKEFLAGS="-j${numjobs}"
+#NINJAJOBS="${NUMPROCS}"
MAKEFLAGS="-j5"
NINJAJOBS="5"