saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Cool, tried out using a CMake module which adds sanitisers for you #153

Open saxbophone opened 1 year ago

saxbophone commented 1 year ago

I'll see if this works on Github-actions before making it CI-only. I think we do want it only on CI because it's noticeably slower than normal (but still MUCH faster than Valgrind!)

saxbophone commented 1 year ago

Disabling precompiled headers in the tests also doesn't fix the issue. I think this might be related to https://github.com/arsenm/sanitizers-cmake/issues/25