xiaoxiang781216 commented on code in PR #14538: URL: https://github.com/apache/nuttx/pull/14538#discussion_r1821855400
########## sched/Kconfig: ########## @@ -1378,6 +1378,17 @@ config SCHED_GPROF_ALL endmenu +if SCHED_GCOV + +config SCHED_GCOV_ALL + bool "Enable gcov call graph for all modules" + default n Review Comment: remove if and add `depends on SCHED_GCOV` and move before line 1357 -- 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]
