config: DEBUG_LINK_MAP don't need depend on ARCH_TOOLCHAIN_GNU
since all toolchain could generate the map file Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
afc09fb442
commit
7539d75bb4
1
Kconfig
1
Kconfig
@ -1972,7 +1972,6 @@ config DEBUG_OPT_UNUSED_SECTIONS
|
||||
config DEBUG_LINK_MAP
|
||||
bool "Generate link map file"
|
||||
default y
|
||||
depends on ARCH_TOOLCHAIN_GNU
|
||||
---help---
|
||||
Selecting this option will pass "-Map=$(TOPDIR)$(DELIM)nuttx.map" to ld
|
||||
when linking NuttX ELF. That file can be useful for verifying
|
||||
|
Loading…
Reference in New Issue
Block a user