We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master
Other
LWP_DEBUG 默认是 y,但我觉得默认情况下调试开关应该是关掉为好。否则在默认配置下会引入一些调式相关的代码。
LWP_DEBUG
譬如 LWP_DEBUG 打开后会导致 LWP_DEBUG_INIT 也打开,运行的现象就是会在启动过程中引入如下逻辑和打印。
LWP_DEBUG_INIT
Press any key to stop init process startup ... 3 Press any key to stop init process startup ... 2 Press any key to stop init process startup ... 1
建议改为默认 n
No response
The text was updated successfully, but these errors were encountered:
scons --dist
unicornx
Successfully merging a pull request may close this issue.
RT-Thread Version
master
Hardware Type/Architectures
Develop Toolchain
Other
Describe the bug
LWP_DEBUG
默认是 y,但我觉得默认情况下调试开关应该是关掉为好。否则在默认配置下会引入一些调式相关的代码。譬如
LWP_DEBUG
打开后会导致LWP_DEBUG_INIT
也打开,运行的现象就是会在启动过程中引入如下逻辑和打印。建议改为默认 n
Other additional context
No response
The text was updated successfully, but these errors were encountered: