[consider merging] Important bug fix - do not use NDEBUG as ruby.h redefines it and this will lead to crashes in the debugger

This commit is contained in:
Matthias Koefferlein 2022-11-05 14:28:40 +01:00
parent c25223db36
commit f338c13309
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ public:
// .. nothing yet ..
}
#if !defined(NDEBUG)
#if defined(TRACE_METHOD_CALLS)
public:
/**