summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMarek BehĂșn <marek.behun@nic.cz>2021-05-20 13:24:08 +0200
committerTom Rini <trini@konsulko.com>2021-05-24 14:21:30 -0400
commit1b457e753ec8a7bc1e8280e6bc58dcd727e95f47 (patch)
treef503f904845fb6559568f230ed3b810badae09f5 /arch/Kconfig
parent94bb891e8efdd2ffbce77e78faf8c1d707d43355 (diff)
sandbox: enable LTO by default
Build sandbox targets with LTO by default. Signed-off-by: Marek BehĂșn <marek.behun@nic.cz> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index c5c03d438c..8fd39e36b4 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -125,6 +125,7 @@ config SANDBOX
select SUPPORT_EXTENSION_SCAN
imply BITREVERSE
select BLOBLIST
+ imply LTO
imply CMD_DM
imply CMD_EXCEPTION
imply CMD_GETTIME