Author :
Brent Cook
Date :
2023-08-27 05:29:27
Hash :e5f1938c Message :Fix build flags for tests
The default C flags for all build types other than 'Debug' sets -DNDEBUG
which disables assert(), and breaks tests. This switches tests to use
'Debug' instead, reenabling asserts.