davids5 commented on a change in pull request #4894:
URL: https://github.com/apache/incubator-nuttx/pull/4894#discussion_r762999901
##########
File path: libs/libc/misc/Kconfig
##########
@@ -61,3 +61,9 @@ config LIBC_ENVPATH
---help---
Use the contents of the common environment variable to locate
executable
or library files. Default: n
+
+config LIBC_ERR
+ bool "Support err() verr() verrx() warn() vwarn() vwarnx()"
+ default n
Review comment:
Would it be better to enable it by default and then, any prior user can
opt out?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]