Update PKGBUILD

This commit is contained in:
JeremyStar™ 2024-03-10 16:00:34 +01:00
parent 6d9927aba0
commit 9a6d43aa6d

View file

@ -9,7 +9,7 @@
# Set to anything but null to activate # Set to anything but null to activate
# Tweak kernel options prior to a build via xconfig # Tweak kernel options prior to a build via xconfig
: "${_makexconfig:="SET"}" : "${_makexconfig:=""}"
# Set to anything but null to activate # Set to anything but null to activate
# Copies the final kernel configuration before building # Copies the final kernel configuration before building
@ -78,6 +78,7 @@
: "${_subarch:=""}" : "${_subarch:=""}"
# Enable compiling with LLVM # Enable compiling with LLVM
# Be warned: This is untested
: "${_use_llvm_lto:=""}" : "${_use_llvm_lto:=""}"
# Enable/Disable debug options # Enable/Disable debug options