From 735ae278f333a3057c6afbd1e1b6a36cae340c62 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 30 Jun 2014 01:27:41 +0200 Subject: Enable assert() even in release mode, in the test_suite --- src/test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/test.cpp b/src/test.cpp index 87ab49c..85f1bad 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -20,6 +20,7 @@ #include #include +#undef NDEBUG #include static const std::string color(""); -- cgit v1.2.3