mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15611 from minggo/disable-memory-model
disable new JSB memory model by default
This commit is contained in:
commit
93e4de1d39
|
@ -338,7 +338,7 @@ THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#ifdef CC_ENABLE_SCRIPT_BINDING
|
#ifdef CC_ENABLE_SCRIPT_BINDING
|
||||||
#ifndef CC_ENABLE_GC_FOR_NATIVE_OBJECTS
|
#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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue