diff --git a/cocos/base/ccConfig.h b/cocos/base/ccConfig.h index ed74b3acd4..90c519a8aa 100644 --- a/cocos/base/ccConfig.h +++ b/cocos/base/ccConfig.h @@ -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