Search found 1 match
- Mon Jan 05, 2026 7:49 pm
- Forum: General Discussion
- Topic: Length of time to compile code
- Replies: 2
- Views: 1110
Re: Length of time to compile code
In my experience, even the current Arduino IDE takes a long time to compile, even after small incremental code changes. It seems that it needs to check that the libraries have not changed to make sure it does not need to recompile, so even though it eventually finds that the libraries have not ...