fjpanag commented on PR #8177:
URL: https://github.com/apache/nuttx/pull/8177#issuecomment-1460094482

   This PR introduces the new (and useful) option `STACK_USAGE`.  
   When enabled, `.su` files are generated during build for the stack analysis.
   
   I see that these files are properly gitignored 
[here](https://github.com/xiaoxiang781216/incubator-nuttx/blob/8a807c3f4908c6ce01b0953d983f84e5cc6ef9e4/.gitignore#L30).
   
   However the build system is not updated appropriately.
   Calling `clean` or `distclean` does not remove these files, leaving garbage 
all around the code base.


-- 
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]

Reply via email to