Authored by 孙凯

关闭debug开关 ,开发者自行打开 review by chenlin

... ... @@ -30,7 +30,7 @@
*/
#ifndef RCT_DEBUG
#if DEBUG
#define RCT_DEBUG 1
#define RCT_DEBUG 0
#else
#define RCT_DEBUG 0
#endif
... ... @@ -42,7 +42,7 @@
*/
#ifndef RCT_DEV
#if DEBUG
#define RCT_DEV 1
#define RCT_DEV 0
#else
#define RCT_DEV 0
#endif
... ...