summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek BehĂșn <[email protected]>2021-05-20 13:24:08 +0200
committerTom Rini <[email protected]>2021-05-24 14:21:30 -0400
commit1b457e753ec8a7bc1e8280e6bc58dcd727e95f47 (patch)
treef503f904845fb6559568f230ed3b810badae09f5 /arch
parent94bb891e8efdd2ffbce77e78faf8c1d707d43355 (diff)
sandbox: enable LTO by default
Build sandbox targets with LTO by default. Signed-off-by: Marek BehĂșn <[email protected]> Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index c5c03d438ce..8fd39e36b45 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