mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
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:
committed by
Masayuki Ishikawa
parent
afc09fb442
commit
7539d75bb4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user