Skip to content
Snippets Groups Projects
  • Cristian Lalescu's avatar
    920f623e
    handle custom library inclusion · 920f623e
    Cristian Lalescu authored
    for linking against some particular libraries, it's necessary to add
    "extra_libraries" such as '-Wl,--start-group'.
    Therefore when the compile command is now constructed, "extra_libraries"
    are checked to see whether they start with '-' or '/' (for static
    libraries given as full file names).
    920f623e
    History
    handle custom library inclusion
    Cristian Lalescu authored
    for linking against some particular libraries, it's necessary to add
    "extra_libraries" such as '-Wl,--start-group'.
    Therefore when the compile command is now constructed, "extra_libraries"
    are checked to see whether they start with '-' or '/' (for static
    libraries given as full file names).