From d378dba8caa6aac4e52047996d074cefd3abe7a4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Dec 2016 05:42:41 +0100 Subject: fix build Spotted-by: @MrSanchos --- compat/ndebug-guard.hpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 compat/ndebug-guard.hpp diff --git a/compat/ndebug-guard.hpp b/compat/ndebug-guard.hpp new file mode 100644 index 00000000..209177b3 --- /dev/null +++ b/compat/ndebug-guard.hpp @@ -0,0 +1,3 @@ +#ifdef NDEBUG +# error "NDEBUG defined, don't define it" +#endif -- cgit v1.2.3