From 3a772ba445ba24e946c533c2e2b180c37dfda6da Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Fri, 5 Oct 2018 14:06:05 +0200 Subject: [PATCH] add back NDEBUG --- bfps/cpp/field.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfps/cpp/field.cpp b/bfps/cpp/field.cpp index 452193c4..95a44f44 100644 --- a/bfps/cpp/field.cpp +++ b/bfps/cpp/field.cpp @@ -24,7 +24,7 @@ -//#define NDEBUG +#define NDEBUG #include <sys/stat.h> #include <cmath> -- GitLab