Merge branch 'master' of gitee.com:IsYourGod/mkrtos-real

This commit is contained in:
zhangzheng
2023-09-19 22:29:45 +08:00
263 changed files with 66 additions and 27249 deletions

View File

@@ -38,7 +38,7 @@ add_dependencies(shell.elf
muslc
)
set_target_properties(shell.elf PROPERTIES LINK_FLAGS
"-T ${CMAKE_CURRENT_SOURCE_DIR}/link.lds -pie "
"-T ${CMAKE_CURRENT_SOURCE_DIR}/link.lds -pie --gc-section "
)
add_custom_target(
shell_dump ALL