From dede3ad80946c862ae8301769b12adfee7ce892d Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 16 Aug 2009 20:26:27 +0200 Subject: Rootfs: give the ability to strip binaries in the root filesystem Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 3d28ddc..8d6bb23 100644 --- a/Kconfig +++ b/Kconfig @@ -55,6 +55,15 @@ config EMBTK_TARGET_COMPILER_CFLAGS embedded system target are built: C library, packages, ... By default we optimize for size. default "-Os" +config EMBTK_TARGET_STRIPPED + bool "Strip target's binaries" + help + Say yes if you want to strip binaries (including libraries) generated + for your target embedded system. This will reduce the size of these + binaries. + Note: These binaries are only stripped if you choose to build a root + filesystem. + endmenu menu "Debugging system" -- cgit v1.2.3