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
Reuse (cache) object archives in large sketch projects (#2464)
* Reuse archiveCompiledFiles helper for long commandline shrink
Since archiveCompiledFiles already handles hot cache correctly, this avoids objs.a being rebuilt even if files don't change.
Would be ideal if PathList could expose a generic Filter API (to get rid of the "duplicated" filter)
* Upgrade go-paths / remove duplicate filter function
* Consider existing archives during the build
* Simplified archiveCompiledFiles function signature
It doesn't make sense anymore to keep path and filename separated.
* Added integration test
---------
Co-authored-by: Cristian Maglie <[email protected]>
0 commit comments