From 06d92181fe7be456dd873bb21774dfe7ae4bf633 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 26 Jun 2014 22:05:17 -0700 Subject: [PATCH] option for release builds --- src/platform.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platform.h b/src/platform.h index 593b0dcd0..e83600fa2 100644 --- a/src/platform.h +++ b/src/platform.h @@ -19,6 +19,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef CONFIG_H #define CONFIG_H +#ifdef NDEBUG +#define LOMEM +#endif + #ifdef _MSC_VER # define VC_EXTRALEAN # define WIN32_LEAN_AND_MEAN