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 | 2ab26d57bc3c744f67e9fc2993b95e6951d8cd3f (patch) | |
tree | 5cbcc44e8b1f60daa477c899e68df87313603c69 /Config.in | |
parent | 7eded1655951c53930992278232187e96c9bfb20 (diff) | |
download | upstream-2ab26d57bc3c744f67e9fc2993b95e6951d8cd3f.tar.gz upstream-2ab26d57bc3c744f67e9fc2993b95e6951d8cd3f.tar.bz2 upstream-2ab26d57bc3c744f67e9fc2993b95e6951d8cd3f.zip |
disable stripping when compiling with debug info (closes: #6373)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-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 |