|
the document says to build with Debug, should I build with Release instead as I have no intention to debug the SDK itself other than use it to develop my code. Besides, Debug build has size problems. why is the README recommending a Debug build for its users? |
Answered by
jmklix
Jul 19, 2022
Replies: 2 comments
|
Release build works, Thanks. |
0 replies
|
If you run into any errors with the sdk you will probably want debug so you can get more useful error messages. It will still work with release as you noticed. |
0 replies
Answer selected by
jmklix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run into any errors with the sdk you will probably want debug so you can get more useful error messages. It will still work with release as you noticed.