Merge pull request #15611 from minggo/disable-memory-model

disable new JSB memory model by default
This commit is contained in:
minggo 2016-05-11 15:36:27 +08:00
commit 93e4de1d39
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ THE SOFTWARE.
*/
#ifdef CC_ENABLE_SCRIPT_BINDING
#ifndef CC_ENABLE_GC_FOR_NATIVE_OBJECTS
#define CC_ENABLE_GC_FOR_NATIVE_OBJECTS 1
#define CC_ENABLE_GC_FOR_NATIVE_OBJECTS 0
#endif
#endif