https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635
Julian Waters <tanksherman27 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tanksherman27 at gmail dot com --- Comment #7 from Julian Waters <tanksherman27 at gmail dot com> --- Commenting on this issue as a codeview user: It might also be worth adding documentation on how to emit codeview debugging information when the compile and link steps are split up (As in -c was passed to the compiler so the object files are emitted instead of the final binary), as well as how to control where the codeview file is placed (If such a thing is possible). At least from what I can see in my testing, unlike with Linux and DWARF, simply passing -g -gcodeview to the compile step is not enough to get the codeview file; It is simply not emitted when compiling and linking are separate steps.