summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacksky32023-03-04 23:18:12 -0500
committerblacksky32023-03-04 23:18:12 -0500
commit2783ef251248847d8443159ff082bf344273d5cd (patch)
tree43d01cf555298123faea7f8e9cd6397e976c9ffe
parent3970b43d99d7fbcb7e80afb9b30450ca1dd5e8bd (diff)
downloadaur-2783ef251248847d8443159ff082bf344273d5cd.tar.gz
comment
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 468213c9fd8c..99749466d83f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ source=(https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${pkgver}
# A reasonable value for them to avoid these issues appears to be 75% of available cores.
# NINJAFLAGS and LITFLAGS are env vars that can be used to achieve this. They should be set on command line or in files read by your shell on login (like .bashrc ) .
# example for systems with 24 cores
-NINJAFLAGS="-j 18 -l 18"
+# NINJAFLAGS="-j 18 -l 18"
# LITFLAGS="-j 18"
# NOTE: It's your responbility to validate the value of NINJAFLAGS and LITFLAGS. If unsure, don't set it.