关闭debug开关 ,开发者自行打开 review by chenlin
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | */ | 30 | */ |
31 | #ifndef RCT_DEBUG | 31 | #ifndef RCT_DEBUG |
32 | #if DEBUG | 32 | #if DEBUG |
33 | -#define RCT_DEBUG 1 | 33 | +#define RCT_DEBUG 0 |
34 | #else | 34 | #else |
35 | #define RCT_DEBUG 0 | 35 | #define RCT_DEBUG 0 |
36 | #endif | 36 | #endif |
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | */ | 42 | */ |
43 | #ifndef RCT_DEV | 43 | #ifndef RCT_DEV |
44 | #if DEBUG | 44 | #if DEBUG |
45 | -#define RCT_DEV 1 | 45 | +#define RCT_DEV 0 |
46 | #else | 46 | #else |
47 | #define RCT_DEV 0 | 47 | #define RCT_DEV 0 |
48 | #endif | 48 | #endif |
-
Please register or login to post a comment