remove comment for renaming mapfile

pull/15117/head
Johannes Stratmann 2021-10-13 18:15:57 +02:00
parent 73526603dc
commit 2b7b97340d
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ function(mbed_set_post_build target)
PRE_BUILD
COMMAND
${CMAKE_COMMAND} -E rename "${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map" "${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map.old"
COMMENT
"rename mapfile .map to .map.old for memap.py ram/rom diff statistics"
)
endif()