Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
react
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孙凯
6 years ago
Commit
f1727181dd51af52514ff195c366a534ef67402c
1 parent
71a4ea4d
关闭debug开关 ,开发者自行打开 review by chenlin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
React/Base/RCTDefines.h
React/Base/RCTDefines.h
View file @
f172718
...
...
@@ -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
...
...
Please
register
or
login
to post a comment