danieldzahka / FAM

BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Turn on Sanitizers by Default #5

Open danieldzahka opened 2 years ago

danieldzahka commented 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

danieldzahka commented 2 years ago

Address Sanitizer complaining about unaligned reference access....