Arduino IDE Rebuilds all the Libraries
-
Hi,
When I compile any M5Stack code in the Arduino IDE it appears to re-build most of the libraries each time.
This results in very slow compiles.
Just doing #include <M5Stack.h> does this. It does use previously compiled files for some of it, but this is still slow.
eg. Why does it do this each time:-
Compiling library "M5Stack".Many thanks
-
@lordinchcape if you want compiles quickly, you should use platfromIO. Not Arduino IDE