From 2ab26d57bc3c744f67e9fc2993b95e6951d8cd3f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 18 Dec 2009 16:59:04 +0000 Subject: [PATCH] disable stripping when compiling with debug info (closes: #6373) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18830 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.35.1