Open danieldzahka opened 2 years ago
The project should default to a 'developer build' with debug info, Address sanitizer enabled, UB sanitizer enabled, cpp-check enabled, and clang-tidy enabled.
We could turn these on with my current cmake setup, or we could also port the whole cmake system to this: https://github.com/cpp-best-practices/cpp_starter_project
Address Sanitizer complaining about unaligned reference access....
The project should default to a 'developer build' with debug info, Address sanitizer enabled, UB sanitizer enabled, cpp-check enabled, and clang-tidy enabled.
We could turn these on with my current cmake setup, or we could also port the whole cmake system to this: https://github.com/cpp-best-practices/cpp_starter_project