raiden00pl opened a new pull request, #14815: URL: https://github.com/apache/nuttx/pull/14815
## Summary Don't compile `dump_assert_info()` logic if `CONFIG_DEBUG_ALERT=n`. With `_alert()` disabled this logic does nothing, but the compiler is not smart enough to optimize this code. On minimal stm32f3 configuration it saves 220B of flash. ## Impact save some space for systems not using `_alert()` ## Testing nucleo-f302r8 -- 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]
