summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantman6662022-04-30 23:45:02 +0800
committerantman6662022-04-30 23:45:02 +0800
commit92bf6b7b4cff6f4cef5b330a29821b5c996bfe8b (patch)
tree35e76849c2e5c1009f6a30a947289bb6237ce37e /PKGBUILD
parent4d5c98f2d60a93431464743c296dd46855c5badc (diff)
downloadaur-92bf6b7b4cff6f4cef5b330a29821b5c996bfe8b.tar.gz
update linux-xanmod-tt-uksm-cjktty to 5.15.36-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2dc27f1a367..bf678ddb1a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,9 +48,9 @@ if [ -z ${_tickrate+x} ]; then
_tickrate="full"
fi
-## Choose between GCC and CLANG config (default is GCC)
+## Choose between GCC and CLANG config (default is CLANG)
if [ -z ${_compiler+x} ]; then
- _compiler=gcc
+ _compiler=clang
fi
# Compress modules with ZSTD (to save disk space)