https://bugs.winehq.org/show_bug.cgi?id=15489
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |83d00d328f58f910a9b197e0a46 | |5b110cbdc727c Resolution|--- |FIXED
--- Comment #6 from Jacek Caban jacek@codeweavers.com --- This is fixed in Wine now. The proper way to build pdb files now is configure CROSSDEBUG=pdb This will generate pdb files in build dir. Potential further improvements are possible. We could for example provide a way to install those files that could also be used to sync with symbol server. I didn't try that yet, ideas are welcomed.