Update PKGBUILD
This commit is contained in:
parent
6d9927aba0
commit
9a6d43aa6d
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -9,7 +9,7 @@
|
|||
|
||||
# Set to anything but null to activate
|
||||
# Tweak kernel options prior to a build via xconfig
|
||||
: "${_makexconfig:="SET"}"
|
||||
: "${_makexconfig:=""}"
|
||||
|
||||
# Set to anything but null to activate
|
||||
# Copies the final kernel configuration before building
|
||||
|
@ -78,6 +78,7 @@
|
|||
: "${_subarch:=""}"
|
||||
|
||||
# Enable compiling with LLVM
|
||||
# Be warned: This is untested
|
||||
: "${_use_llvm_lto:=""}"
|
||||
|
||||
# Enable/Disable debug options
|
||||
|
|
Loading…
Reference in a new issue