tce-load -lwi libuv-dev libssh2-dev jemalloc-dev openssl-dev libgcrypt-dev wget --no-check-certificate -O- https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.gz | tar -xz cd aria2-1.37.0/ CC="gcc -flto -fuse-linker-plugin -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -Os -pipe" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --with-ca-bundle=/usr/local/etc/ssl/ca-bundle.crt --with-libuv --with-jemalloc --without-gnutls --with-openssl --without-libnettle --with-libgcrypt find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;