sandbox: enable LTO by default
authorMarek Behún <marek.behun@nic.cz>
Thu, 20 May 2021 11:24:08 +0000 (13:24 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 May 2021 18:21:30 +0000 (14:21 -0400)
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>
arch/Kconfig

index c5c03d4..8fd39e3 100644 (file)
@@ -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