Enabled backward-cpp for debug build on Linux

This commit is contained in:
Bartek Kryza
2023-02-19 00:37:15 +01:00
parent bdf9a7e18f
commit 35c4c210b1
5 changed files with 24 additions and 3 deletions

View File

@@ -422,6 +422,7 @@ This project relies on the following great tools:
* [glob](https://github.com/p-ranav/glob) - Unix style path expansion for C++
* [CLI11](https://github.com/CLIUtils/CLI11) - command line parser for C++
* [inja](https://github.com/pantor/inja) - a template engine for modern C++
* [backward-cpp](https://github.com/bombela/backward-cpp) - stack trace pretty printer for C++
## Contributing