March 31, 2026
12:27 p.m.
LLD creates debug directories in more cases than binutils. When using DWARF debug symbols, the debug directory is not populated with the usual content, which may confuse applications that parse it, such as Steam. On Windows, system DLLs contain a debug directory with a build ID (and a PDB link). This makes Wine modules more similar to Windows, so enable it for GCC builds too. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10524