From 222fcbe75a8cce6a7cf0a8bdcc9f1665731e9048 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 23 Aug 2014 14:13:23 -0700 Subject: [PATCH] Cleanup. --- src/bgfx_p.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 2f3013b91..b5dd5f0ff 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -6,6 +6,10 @@ #ifndef BGFX_P_H_HEADER_GUARD #define BGFX_P_H_HEADER_GUARD +#ifndef BGFX_CONFIG_DEBUG +# define BGFX_CONFIG_DEBUG 0 +#endif // BGFX_CONFIG_DEBUG + #if BGFX_CONFIG_DEBUG # define BX_TRACE _BX_TRACE # define BX_WARN _BX_WARN