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.
2 parents 7b6c7cc + 546cdaf commit 14a5c79Copy full SHA for 14a5c79
CMakeLists.txt
@@ -147,7 +147,6 @@ function(mbed_configure_app_target target)
147
# Gcc Arm requires memap to be set with app name, equally to ARMClang
148
# TODO: move this to toolchain and set properly
149
if(MBED_TOOLCHAIN STREQUAL "GCC_ARM")
150
- message(${target})
151
target_link_options(mbed-core
152
INTERFACE
153
"-Wl,-Map=${CMAKE_CURRENT_BINARY_DIR}/${target}${CMAKE_EXECUTABLE_SUFFIX}.map"
0 commit comments