Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows/build.yml: Use debug std C++ library on Ubuntu
Protect from regressions due to use of undefined or implementation-specific behavior when using `std::` containers and smart pointers. This only has effect on platforms with the GNU standard C++ library. Refer to https://gcc.gnu.org/onlinedocs/libstdc++/manual/debug_mode.html.
- Loading branch information