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
When building from git source, the build system makes a deep clone of git submodules, even those, like jemalloc or llvm, that had been disabled with configure options. (--disable-jemalloc and --llvm-root respectively)
Not downloading a couple hundred megabytes of data spread over tens of thousands of small files is especially important on flash devices (and slow connections).