You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And then this guy alone takes 10 seconds, although the project is already compiled and there's no compiler output:
Building in debug mode
--- EDIT ---
Part of my problem was that my platformio.h contained the option lib_ldf_mode = chain+ (see here for more information). Removing this line (i.e. coming back to default option lib_ldf_mode = chain) reduced the "Resolving dependencies" time from 15s to 3s.
Could an option be added to
pio run
to turn off LDF for a build?If I know that dependencies haven’t changed, I’d like not to take the time to run LDF by default, and so get a faster edit/compile/flash cycle.
(It doesn’t take too long, true, but when doing hundreds of builds during a coding session it adds up!)
Tnx!
H
@maxgerhardt confirmed that it doesn't currently seem possible to do this.
The text was updated successfully, but these errors were encountered: