From c76814f2ca5b1a12f1e4355aedaf9bcd12dcf4bf Mon Sep 17 00:00:00 2001 From: Romain TISSERAND Date: Sat, 8 Jun 2024 01:17:53 +0200 Subject: [PATCH] Optimize for size --- configs/rescue-board.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rescue-board.common b/configs/rescue-board.common index c2961f8..768c60c 100644 --- a/configs/rescue-board.common +++ b/configs/rescue-board.common @@ -2,7 +2,7 @@ BR2_ROOTFS_USERS_TABLES="$(BR2_EXTERNAL_RESCUE_PATH)/board/rescue/users.txt" # toolchain definition -BR2_OPTIMIZE_2=y +BR2_OPTIMIZE_S=y BR2_ENABLE_LTO=y # Allow to build GOLD linker, but do not use as default