https://issues.dlang.org/show_bug.cgi?id=19724
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @FeepingCreature created dlang/dmd pull request #9426 "Fix Issue 19724: wrong order of linker flags, take 2" fixing this issue: - Fix Issue 19724. On Linux, don't reorder -L-l flags to be before other -L flags. Only reorder -L-L. This keeps -L-l libs and linker flags that may affect the interpretation of -l flags such as --start-group ordered correctly. https://github.com/dlang/dmd/pull/9426 --
