SPARK
SPARK copied to clipboard
Define SPK_TRACE_MEMORY only if NDEBUG is defined
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.