v01d commented on pull request #2362:
URL: https://github.com/apache/incubator-nuttx/pull/2362#issuecomment-731860422


   Not under normal circumstances. I would say that if something breaks when 
reconfiguring and not cleaning it should be a bug since a configuration change 
will trigger a dependency regeneration and the rebuild anything that actually 
depends on the config.
   
   There's a corner case when changing build flags (turning on/off 
optimization) though: if a file does not depend on the config in any way it 
will not be rebuild, in that case it will use the old flags (not sure if we 
have such a case still). This is something that we need to address and is 
tracked in #1768 


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


Reply via email to