Sfoglia il codice sorgente

cmake: do not use link groups

Renz Christian Bagaporo 6 anni fa
parent
commit
83ce35d638
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      tools/cmake/project.cmake

+ 0 - 2
tools/cmake/project.cmake

@@ -356,8 +356,6 @@ macro(project project_name)
     add_executable(${project_elf} "${project_elf_src}")
     add_dependencies(${project_elf} _project_elf_src)
 
-    target_link_libraries(${project_elf} "-Wl,--start-group")
-
     if(test_components)
         target_link_libraries(${project_elf} "-Wl,--whole-archive")
         foreach(test_component ${test_components})