Closed dankamongmen closed 3 years ago
We've got a lot of important code inside assert()s where it won't be called if NDEBUG is defined. Extract it. This is especially important now that we'll be using CMake (see #59).
assert()
NDEBUG
I've extracted everything I was able to find.
We've got a lot of important code inside
assert()
s where it won't be called ifNDEBUG
is defined. Extract it. This is especially important now that we'll be using CMake (see #59).