From 2b7b97340dc5e12581e3a122724b41c79e7f205c Mon Sep 17 00:00:00 2001 From: Johannes Stratmann Date: Wed, 13 Oct 2021 18:15:57 +0200 Subject: [PATCH] remove comment for renaming mapfile --- tools/cmake/mbed_set_post_build.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/cmake/mbed_set_post_build.cmake b/tools/cmake/mbed_set_post_build.cmake index 5d201ed34c..f381d0a4dc 100644 --- a/tools/cmake/mbed_set_post_build.cmake +++ b/tools/cmake/mbed_set_post_build.cmake @@ -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()