filipdutescu / modern-cpp-template

A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
The Unlicense
1.69k stars 214 forks source link

add AddressSanitizer as an option #42

Closed yunwei37 closed 1 year ago

yunwei37 commented 1 year ago

Fixes #41

Motivation behind changes

see #41

Test plan

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Make sure tests pass on all of the relevant CI workflows.

Pull Request Readiness Checklist

See details at CONTRIBUTING.md.

filipdutescu commented 1 year ago

Since CI seems to be failing due to unrelated issues, I will merge as is the change.