mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-18 12:05:00 -04:00
added --print-memory-usage to linker parameters (#2195)
* added --print-memory-usage to linker parameters * included standalone apps
This commit is contained in:
parent
ae75540d35
commit
048359fb0e
3 changed files with 4 additions and 0 deletions
|
@ -509,6 +509,7 @@ include_directories(. ${INCDIR})
|
|||
link_directories(${LLIBDIR})
|
||||
target_link_libraries(${PROJECT_NAME}.elf ${LIBS} "-L${CMAKE_CURRENT_LIST_DIR}/external")
|
||||
target_link_libraries(${PROJECT_NAME}.elf -Wl,-Map=${PROJECT_NAME}.map)
|
||||
target_link_libraries(${PROJECT_NAME}.elf -Wl,--print-memory-usage)
|
||||
|
||||
add_custom_command(
|
||||
OUTPUT ${PROJECT_NAME}.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue