v01d opened a new issue #1768: URL: https://github.com/apache/incubator-nuttx/issues/1768
Since build flags can be affected by choice in menuconfig we need to ensure that any affected files are rebuilt when this happens. The typical case will be when choosing different optimization level but there could be more obscure cases. Possible solutions would be to: * seek where these flags change and introduce rules that force a clean before make * generate some kind of dependency between .o and their flags I think this is a hard problem to get right but it is an important one to fix. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org