mirror of https://github.com/axmolengine/axmol.git
Disable log output on release build
This commit is contained in:
parent
6b0d365d91
commit
e0b13e8836
|
@ -33,6 +33,10 @@
|
|||
#import "CCES2Renderer.h"
|
||||
#import "OpenGL_Internal.h"
|
||||
|
||||
#if !defined(COCOS2D_DEBUG) || COCOS2D_DEBUG == 0
|
||||
#define NSLog(...) do {} while (0)
|
||||
#endif
|
||||
|
||||
@implementation CCES2Renderer
|
||||
|
||||
@synthesize context=context_;
|
||||
|
|
Loading…
Reference in New Issue