Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release.

This commit is contained in:
Eric Haszlakiewicz
2022-05-30 15:39:54 +00:00
parent 2f0942bdd7
commit 49c3721a5a
22 changed files with 67 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#ifdef NDEBUG
#undef NDEBUG
#endif
#include "config.h"
#include <stdio.h>
#include <stdlib.h>