summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-16 20:26:27 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-16 20:26:27 +0200
commitdede3ad80946c862ae8301769b12adfee7ce892d (patch)
treee2fec71df66465765acff447827c21e2d159f14d /Kconfig
parent290956cc3a790e4d8167073f5531b1de2b989e9b (diff)
downloadembtoolkit-dede3ad80946c862ae8301769b12adfee7ce892d.tar.gz
embtoolkit-dede3ad80946c862ae8301769b12adfee7ce892d.tar.bz2
embtoolkit-dede3ad80946c862ae8301769b12adfee7ce892d.tar.xz
Rootfs: give the ability to strip binaries in the root filesystem
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig9
1 files changed, 9 insertions, 0 deletions
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"