From fbc529e48a60c0e0145984fc7edea99ab60b26e9 Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Mon, 7 Dec 2015 11:03:07 +0100 Subject: [PATCH] add NDEBUG definition --- bfps/cpp/particles.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bfps/cpp/particles.cpp b/bfps/cpp/particles.cpp index 8a4848a7..6d7e1429 100644 --- a/bfps/cpp/particles.cpp +++ b/bfps/cpp/particles.cpp @@ -22,10 +22,9 @@ * * **********************************************************************/ -// code is generally compiled via setuptools, therefore NDEBUG is present -//#ifdef NDEBUG -//#undef NDEBUG -//#endif//NDEBUG + + +#define NDEBUG #include <cmath> -- GitLab