Skip to content

Commit 2b7b973

Browse files
committed
remove comment for renaming mapfile
1 parent 7352660 commit 2b7b973

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/cmake/mbed_set_post_build.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ function(mbed_set_post_build target)
9494
PRE_BUILD
9595
COMMAND
9696
${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"
9997
)
10098
endif()
10199

0 commit comments

Comments
 (0)