linguini1 commented on code in PR #3616:
URL: https://github.com/apache/nuttx-apps/pull/3616#discussion_r3539497639
##########
games/NXDoom/Kconfig:
##########
@@ -9,6 +9,7 @@ config GAMES_NXDOOM
depends on ALLOW_GPL_COMPONENTS
depends on VIDEO_FB
depends on CRYPTO
+ depends on LIBC_LOCALE
Review Comment:
It was, but I believe `sim` includes this by default so I did not get any
compile-time issues in my earlier testing. I am not certain what the increase
is in code size with this addition but I believe its relatively small. Other
optimizations are more important.
--
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]