diff options
author | Blaster4385 <venkatesh@tablaster.dev> | 2024-07-19 01:02:19 +0530 |
---|---|---|
committer | Blaster4385 <venkatesh@tablaster.dev> | 2024-11-27 21:25:50 +0530 |
commit | e431d9e50cc2141c886fdf6b63e986db502c1f51 (patch) | |
tree | 062d22add50450d5f7fc9643c3ac691c14663a50 /arch/x86/configs/archlinux-local_defconfig | |
parent | 905b06e4765fd001395a1b19f3a6cf6fd027bf85 (diff) |
{archlinux|archlinux-local}_defconfig: Enable full clang lto
Diffstat (limited to 'arch/x86/configs/archlinux-local_defconfig')
-rw-r--r-- | arch/x86/configs/archlinux-local_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/archlinux-local_defconfig b/arch/x86/configs/archlinux-local_defconfig index 04d3fb446764..97c598e2653e 100644 --- a/arch/x86/configs/archlinux-local_defconfig +++ b/arch/x86/configs/archlinux-local_defconfig @@ -88,9 +88,9 @@ CONFIG_KVM=m CONFIG_KVM_AMD=m CONFIG_KVM_XEN=y CONFIG_JUMP_LABEL=y +CONFIG_LTO_CLANG_FULL=y # CONFIG_VMAP_STACK is not set # CONFIG_RANDOMIZE_KSTACK_OFFSET is not set -# CONFIG_GCC_PLUGINS is not set CONFIG_MODULES=y CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_UNLOAD=y |