Enable assert() even in release mode, in the test_suite
1 files changed, 1 insertions(+), 0 deletions(-) M src/test.cpp
M src/test.cpp => src/test.cpp +1 -0
@@ 20,6 20,7 @@ #include <thread> #include <vector> +#undef NDEBUG #include <assert.h> static const std::string color("[35m");