Skip to content

TestTools: Remove #undef NDEBUG.

Scott Snyder requested to merge ssnyder/athena:ndebug.TestTools-20221128 into master

Remove #undef NDEBUG from FLOATAssert.h. Tests that want to force assertions should do the #undef explicitly in the test source. Fixes an odr-violation warning in JetTagTools in the lto build.

Merge request reports