aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index a75cce7..fdf02b1 100644
--- a/Kconfig
+++ b/Kconfig
@@ -121,6 +121,7 @@ config ARCH_SUPPORTS_LTO
config LTO
bool "Enable Link Time Optimizations"
depends on ARCH_SUPPORTS_LTO
+ default y if ARM
help
This option enables Link Time Optimization (LTO), a mechanism which
allows the compiler to optimize between different compilation units.