mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-26 21:50:11 +00:00
Also use clang instead of gcc for host build, as it consumes much less memory than gcc and should also be faster in terms of compilation time. On my 20 core machine, when building with docker, the build takes up more than 16G, when using clang peak memory usage drops to 12-13G and averages around 9-10G