https://issues.dlang.org/show_bug.cgi?id=19724
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- dlang/dmd pull request #9426 "Fix Issue 19724: wrong order of linker flags, take 2" was merged into stable: - b89ac83d11744a49153010f311898022d78ea043 by Mathis Beer: 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 --
