mirror of https://github.com/KLayout/klayout.git
[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:
parent
c25223db36
commit
f338c13309
|
|
@ -524,7 +524,7 @@ public:
|
|||
// .. nothing yet ..
|
||||
}
|
||||
|
||||
#if !defined(NDEBUG)
|
||||
#if defined(TRACE_METHOD_CALLS)
|
||||
|
||||
public:
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue