SPARK icon indicating copy to clipboard operation
SPARK copied to clipboard

Define SPK_TRACE_MEMORY only if NDEBUG is defined

Open kingscallop opened this issue 2 years ago • 0 comments

The macro SPK_TRACE_MEMORY when using the MSVC compiler is only defined if building in debug mode however when using the gcc or clang compilers it is defined always. This patch sets the macro to only be defined when building in debug mode across all compilers.

kingscallop avatar May 07 '22 14:05 kingscallop