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
Version: HEAD
Platform: !win (at this point)
Subsystem: deps/icu
When using canned small-icu (the default for configure && make), AND on little endian systems, we can avoid building some things we're currently building.
This isn't a great speedup, but it does:
reduce the number of files to compile from about 2,130 to 1,901 - so about 11% of the files reduced
On my test machine, a compile went from 27m17s to 25m55s - so about 5%