summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblacksky32023-03-04 23:17:27 -0500
committerblacksky32023-03-04 23:17:27 -0500
commit5e2091ad0da81829d51c6050679dfbc06127d5ba (patch)
tree2facc460ff2ed2780ac1b0a504553616a0426bd6
parent0f0c4fccb8cfef17367afd27cf36bda52709e4f8 (diff)
downloadaur-5e2091ad0da81829d51c6050679dfbc06127d5ba.tar.gz
comment
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 061850386865..5d892db78121 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,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.