From f338c133098954558b947ec92f9d17ee35f50197 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 5 Nov 2022 14:28:40 +0100 Subject: [PATCH] [consider merging] Important bug fix - do not use NDEBUG as ruby.h redefines it and this will lead to crashes in the debugger --- src/gsi/gsi/gsiMethods.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsi/gsi/gsiMethods.h b/src/gsi/gsi/gsiMethods.h index a2e131587..71cf4ba43 100644 --- a/src/gsi/gsi/gsiMethods.h +++ b/src/gsi/gsi/gsiMethods.h @@ -524,7 +524,7 @@ public: // .. nothing yet .. } -#if !defined(NDEBUG) +#if defined(TRACE_METHOD_CALLS) public: /**