From f2a8f24fbaec0b242d9ef3fa3347efc263f92ee2 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Mon, 8 Jul 2013 11:40:17 +0300 Subject: malloc: enable assert() when malloc debugging UCLIBC_MALLOC_DEBUGGING is useless without assert(). Signed-off-by: Baruch Siach Signed-off-by: Bernhard Reutner-Fischer --- extra/Configs/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 374d77241..c1ce9bd75 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2393,6 +2393,7 @@ config SUPPORT_LD_DEBUG_EARLY config UCLIBC_MALLOC_DEBUGGING bool "Build malloc with debugging support" depends on MALLOC || MALLOC_STANDARD + select DOASSERTS help Answer Y here to compile extra debugging support code into malloc. Malloc debugging output may then be enabled at runtime using the -- cgit v1.2.3