diff --git a/src/Platform.h b/src/Platform.h index 487135c..7589c36 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -63,6 +63,10 @@ void LimelogWindows(char* Format, ...); #ifndef NDEBUG #define NDEBUG #endif +#else +#ifdef NDEBUG +#undef NDEBUG +#endif #endif #include #define LC_ASSERT(x) assert(x)