https://issues.dlang.org/show_bug.cgi?id=18147
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <[email protected]> --- @rainers created dlang/dmd pull request #10733 "fix Issue 18147 - Debug information limited in size" fixing this issue: - 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 --
