Skip to content

Commit

Permalink
configs: Enabled LTO
Browse files Browse the repository at this point in the history
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
  • Loading branch information
NotZeetaa committed Nov 20, 2021
1 parent 0112369 commit c31db42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion arch/arm64/configs/vendor/alioth_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -761,4 +761,10 @@ CONFIG_UFSTW=y
# CONFIG_UFSTW_BOOT_ENABLED is not set
CONFIG_UFSTW_IGNORE_GUARANTEE_BIT=y
CONFIG_HPB_ERR_INJECTION=y
CONFIG_MSM_THERMAL_SIMPLE=y
# CONFIG_MSM_THERMAL_SIMPLE is not set
CONFIG_LTO=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
CONFIG_ARCH_SUPPORTS_THINLTO=y
CONFIG_THINLTO=y
# CONFIG_LTO_NONE is not set
CONFIG_LTO_CLANG=y
8 changes: 7 additions & 1 deletion arch/arm64/configs/vendor/lmi_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -769,4 +769,10 @@ CONFIG_UFSTW=y
CONFIG_UFSTW_BOOT_ENABLED=y
CONFIG_UFSTW_IGNORE_GUARANTEE_BIT=y
CONFIG_HPB_ERR_INJECTION=y
CONFIG_MSM_THERMAL_SIMPLE=y
# CONFIG_MSM_THERMAL_SIMPLE is not set
CONFIG_LTO=y
CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
CONFIG_ARCH_SUPPORTS_THINLTO=y
CONFIG_THINLTO=y
# CONFIG_LTO_NONE is not set
CONFIG_LTO_CLANG=y

0 comments on commit c31db42

Please sign in to comment.