https://bugs.winehq.org/show_bug.cgi?id=48520
Bug ID: 48520 Summary: building wine with pdb support requires setting CROSSLDFLAGS on make command line Product: Wine Version: 5.0 Hardware: x86 OS: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: build-env Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
d6625bd1297e38efe6da405d4d6ebaea2078600d was supposed to fix this, but doesn't fully. After that, if you do (with llvm-mingw): export CROSSCFLAGS="-Og -g -gcodeview" export CROSSLDFLAGS="-Wl, -pdb=" ./configure make
pdbs will not be built. Instead, one must run: make CROSSLDFLAGS="-Wl, -pdb="
ideally that should not be required, passing it to configure should be enough.