option for release builds

This commit is contained in:
Enno Rehling 2014-06-26 22:05:17 -07:00
parent 68aa903130
commit 06d92181fe
1 changed files with 4 additions and 0 deletions

View File

@ -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