prepare: allow forcing LLVM_IAS (#314)
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -186,7 +186,7 @@ _set_compiler(){
|
||||
|
||||
if [ "$_compiler" = "llvm" ]; then
|
||||
_compiler_name="-llvm"
|
||||
llvm_opt="LLVM=1"
|
||||
llvm_opt="LLVM=1 LLVM_IAS=${_llvm_ias:-0}"
|
||||
if [ $_basever -ge 512 ]; then
|
||||
if [[ -z "$_lto_mode" || ! "$_lto_mode" =~ ^(no|thin|full)$ ]]; then
|
||||
plain "Would you like to enable Clang Link Time Optimizations (LTO) ? It may improve the performance of the kernel."
|
||||
|
Reference in New Issue
Block a user