-
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).
Cristian Lalescu authoredfor 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).