Hello,

While fixing mesa build which was slow due to a lot off debug stuff (assert()), I've added -Db_ndebug=true into the %meson macro.

This seemed like good approach because in Fedora we should not use debug bits in runtime (not related to debuginfo). However this caused some breakage in some packages like libratbag which was relying on assert() in tests. This should be really fixed in affected packages..

I am not convinced that we should revert meson change.. Let me know if you think otherwise and why.