Author: nbd Date: 2016-01-26 09:39:21 +0100 (Tue, 26 Jan 2016) New Revision: 48504
Modified: trunk/config/Config-build.in Log: build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/config/Config-build.in =================================================================== --- trunk/config/Config-build.in 2016-01-26 00:10:19 UTC (rev 48503) +++ trunk/config/Config-build.in 2016-01-26 08:39:21 UTC (rev 48504) @@ -152,7 +152,7 @@ bool "none" help This will install unstripped binaries (useful for native - compiling/debugging). + compiling/debugging). config USE_STRIP bool "strip" @@ -162,7 +162,6 @@ config USE_SSTRIP bool "sstrip" - depends on !DEBUG depends on !USE_GLIBC help This will install binaries stripped using sstrip. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
