From b03ca9fb7e76d72bcbe0f9cd08837f905fb132b2 Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Mon, 16 Oct 2023 23:10:22 +0200 Subject: [PATCH] Embedded: compile optimized for speed (-O2) instead of for size (-Os) --- embedded/imager/configs/rpi-imager_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/embedded/imager/configs/rpi-imager_defconfig b/embedded/imager/configs/rpi-imager_defconfig index 10fc5bd..9de8447 100644 --- a/embedded/imager/configs/rpi-imager_defconfig +++ b/embedded/imager/configs/rpi-imager_defconfig @@ -2,6 +2,7 @@ BR2_aarch64=y BR2_cortex_a72=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y BR2_TOOLCHAIN_BUILDROOT_CXX=y +BR2_OPTIMIZE_2=y BR2_SSP_NONE=y BR2_FORTIFY_SOURCE_NONE=y BR2_INIT_NONE=y