* add TOLUA_RELEASE macro

This commit is contained in:
YuLei Liao 2011-12-05 11:38:38 +08:00
parent 442e06e62e
commit fb4582b9fd
1 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,9 @@
#pragma warning (disable:4800)
#endif
//#define TOLUA_RELEASE
#if !defined(COCOS2D_DEBUG) || COCOS2D_DEBUG == 0
#define TOLUA_RELEASE
#endif
#include "tolua++.h"