We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97c7bd commit 4e7c7ecCopy full SHA for 4e7c7ec
CMakeLists.txt
@@ -152,6 +152,7 @@ function(mbed_set_mbed_target_linker_script target)
152
INTERFACE
153
"--scatter=${mbed_target_linker_script}"
154
"--predefine=${_linker_preprocess_definitions}"
155
+ "--map"
156
)
157
endif()
158
add_custom_command(
tools/cmake/toolchains/ARM.cmake
@@ -39,10 +39,6 @@ function(mbed_set_toolchain_options target)
39
$<$<COMPILE_LANGUAGE:ASM>:--target=arm-arm-none-eabi -masm=auto>
40
41
42
- list(APPEND link_options
43
- "--map"
44
- )
45
-
46
# Add linking time preprocessor macro for TFM targets
47
if(MBED_CPU_CORE MATCHES "\-NS$")
48
list(APPEND link_options
0 commit comments