summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantman6662021-08-02 21:07:29 +0800
committerantman6662021-08-02 21:07:29 +0800
commitc9e598fff23207d2828d2d8405e354f9e8c2c5f4 (patch)
tree0115eb1b10c8f2d50a8eadf46f23947cb3a7b0b0 /PKGBUILD
parente4b99a6fbb16c2047dd37ea2f27159ee6b36943e (diff)
downloadaur-c9e598fff23207d2828d2d8405e354f9e8c2c5f4.tar.gz
update linux-xanmod-cacule-uksm-cjktty to 5.13.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d7284ebef8a..390214da0f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ fi
## y to enable (stock default)
## Here keeps default is ok
if [ -z ${use_numa+x} ]; then
- use_numa=n
+ use_numa=y
fi
## For performance you can disable FUNCTION_TRACER/GRAPH_TRACER. Limits debugging and analyzing of the kernel.
@@ -86,7 +86,7 @@ makedepends=(
)
if [ "${_compiler}" = "clang" ]; then
- makedepends+=(clang llvm)
+ makedepends+=(clang llvm lld python)
fi
options=('!strip')