Skip to content

Commit 52c0f71

Browse files
committed
defconfig: enable ThinLTO and CFI
* Build time isn't affected
1 parent df7143a commit 52c0f71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/configs/redbull_defconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
100100
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
101101
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
102102
CONFIG_JUMP_LABEL=y
103-
# CONFIG_THINLTO is not set
104-
# CONFIG_LTO_CLANG is not set
105-
# CONFIG_CFI_CLANG is not set
103+
CONFIG_THINLTO=y
104+
CONFIG_LTO_CLANG=y
105+
CONFIG_CFI_CLANG=y
106106
CONFIG_SHADOW_CALL_STACK=y
107107
CONFIG_MODULES=y
108108
CONFIG_MODULE_UNLOAD=y

0 commit comments

Comments
 (0)