mirror of https://github.com/axmolengine/axmol.git
* add TOLUA_RELEASE macro
This commit is contained in:
parent
442e06e62e
commit
fb4582b9fd
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue