We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow simple creation of debug builds in cmake.
These builds should have:
The text was updated successfully, but these errors were encountered:
I think this will help with #159
Sorry, something went wrong.
Moreover in regular builds reporting filename and linenumber doesn't work
[15:54:44.277] 🟢INFO "Quitting Program" (file main.cpp:737) [15:54:44.278] 🐞DEBUG Display have local data (file x11extras.cpp:84) [15:54:44.279] 🐞DEBUG removing main window (file mainwindow.cpp:214) [15:54:44.291] 🐞DEBUG Closing logger (file logger.cpp:54)
vs
[12:54:41.542] 🐞DEBUG Display have local data (file :0) [12:54:41.543] 🐞DEBUG removing main window (file :0) [12:54:41.547] 🐞DEBUG Closing logger (file :0)
pktiuk
Successfully merging a pull request may close this issue.
Allow simple creation of debug builds in cmake.
These builds should have:
The text was updated successfully, but these errors were encountered: