Gary-Hobson opened a new pull request, #7076:
URL: https://github.com/apache/incubator-nuttx/pull/7076

   ## Summary
   This commit reduces incremental compile (second compile) time from 3.2s to 
0.8s for sim:ostest
   
   config.h has too many duplicate script commands
   For folders without any changes, it still needs to execute the same script 5 
times and the output is the same each time
   ## Impact
   
   ## Testing
   No configuration required.
   The first compile time will be a little faster, the second will be much 
faster
   
   The test command I used:
   ```sh
   ./tools/configure.sh sim:ostest 
   time make   # first compile
   time make   # second compile
   ```
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to