From: Nicolas Thill Date: Fri, 18 Dec 2009 16:59:04 +0000 (+0000) Subject: disable stripping when compiling with debug info (closes: #6373) X-Git-Tag: reboot~21636 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8f83105e220d8aaf733911347432a8ef4a2afafb;p=openwrt%2Fstaging%2Flynxis.git disable stripping when compiling with debug info (closes: #6373) SVN-Revision: 18830 --- diff --git a/Config.in b/Config.in index 71a7c7da8a..97cbfebb19 100644 --- a/Config.in +++ b/Config.in @@ -154,12 +154,14 @@ choice config USE_STRIP bool "strip" + depends !DEBUG help This will install binaries stripped using strip from binutils config USE_SSTRIP bool "sstrip" + depends !DEBUG depends !USE_GLIBC depends !USE_EGLIBC help