https://issues.dlang.org/show_bug.cgi?id=18147
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10733 "fix Issue 18147 - Debug information limited in size" was merged into master: - d27ef55dd8d8e5fe7e8b37288d33a2a9ac0e017e by Rainer Schuetze: fix Issue 18147 - Debug information limited in size create a linked list of LF_FIELDLIST to represent large structs/enums optlink doesn't like this version either, so CV4 records are now cut if too large, but no longer completely removed https://github.com/dlang/dmd/pull/10733 --
