diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-18 16:59:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-18 16:59:04 +0000 |
commit | 8f83105e220d8aaf733911347432a8ef4a2afafb (patch) | |
tree | faeb144324f28939bf4d5bd0264216849998c348 | |
parent | 81be8e31475a77ef718d815bd276a3de8376babf (diff) | |
download | upstream-8f83105e220d8aaf733911347432a8ef4a2afafb.tar.gz upstream-8f83105e220d8aaf733911347432a8ef4a2afafb.tar.bz2 upstream-8f83105e220d8aaf733911347432a8ef4a2afafb.zip |
disable stripping when compiling with debug info (closes: #6373)
SVN-Revision: 18830
-rw-r--r-- | Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |