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).
When building from git source, the build system makes a deep clone of git submodules, even those, like
jemallocorllvm, that had been disabled with configure options. (--disable-jemallocand--llvm-rootrespectively)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).