Closed
Description
It's not really a bug.
I am noticing a consistent speed worsening in the compilation phase between the Arduino IDE versions 1.8.15 and the version 2.0.0.7B under linux Mint 20.1.
With the stable version the compilation speed is significantly faster.
Even when there is no need to recompile the whole project for minimal variation, version 2 beta has disappointing performance.
Watch the two videos:
2021-06-09.10-57-57.mp4
2021-06-09.11-00-26.mp4
-
Open a project with some complexity
-
Compile the project with the stable version
-
recompile so that most files don't need to be recompiled
-
The speed is very high.
-
Do the same with the Beta version
-
The recompilation takes the same time as the compilation.
I would expect the speeds to be almost identical.
- OS: Linux Mint 20.1
- Version: Stable 1.8.15, Beta 2.0.0.7B
Maybe incremental compilation is not enabled?