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 7352660 commit 2b7b973Copy full SHA for 2b7b973
tools/cmake/mbed_set_post_build.cmake
@@ -94,8 +94,6 @@ function(mbed_set_post_build target)
94
PRE_BUILD
95
COMMAND
96
${CMAKE_COMMAND} -E rename "${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map" "${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map.old"
97
- COMMENT
98
- "rename mapfile .map to .map.old for memap.py ram/rom diff statistics"
99
)
100
endif()
101
0 commit comments