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
Solves arduino#193
Needs to add -MMD to .S.flags targets on all cores (otherwise the core gets recompiled everytime)
Signed-off-by: Martino Facchin <[email protected]>
Solves #193
Needs to add -MMD to .S.flags targets on all cores (otherwise the core gets recompiled everytime)
Signed-off-by: Martino Facchin <[email protected]>
Long ago in Arduino 1.6.5, rebuilding core.a was skipped when all of its .o files were unchanged. This used to print in the verbose info:
On Windows with slower disk drives, this made quite a noticeable speedup. Hopefully the builder can implement this someday?
The text was updated successfully, but these errors were encountered: