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 883fab4 commit 7352660Copy full SHA for 7352660
tools/cmake/mbed_set_post_build.cmake
@@ -58,8 +58,6 @@ function(mbed_generate_map_file target)
58
COMMAND ${Python3_EXECUTABLE} ${mbed-os_SOURCE_DIR}/tools/memap.py -t ${MBED_TOOLCHAIN} ${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map
59
WORKING_DIRECTORY
60
${CMAKE_CURRENT_BINARY_DIR}
61
- COMMENT
62
- "Displaying memory map for ${target}"
63
)
64
endfunction()
65
0 commit comments