bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.66k stars 466 forks source link

Fix for mingw, if support "-gcodeview" add -gcodeview #301

Closed mariuszmaximus closed 1 year ago

mariuszmaximus commented 1 year ago

if support "-gcodeview" add -gcodeview, -Wl,--pdb=

I found this solution here https://github.com/bombela/backward-cpp/issues/176#issuecomment-1382442652

if compiler don't support -gcodeview is old version with msvcr90

bombela commented 1 year ago

Looking good. Can you clean up the indentation? It seems all over the place.

mariuszmaximus commented 1 year ago

tab everywhere now :) indentation the same as the rest of the code, or I don't understand :Can you clean up the indentation?