tce-load -i compiletc openssl-dev zstd-dev bzip2-dev libxml2-dev wget https://github.com/libarchive/libarchive/releases/download/v3.8.1/libarchive-3.8.1.tar.xz cd libarchive-3.8.1 CC="gcc -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe" CXX="g++ -flto -march=armv8-a+crc -mtune=cortex-a72 -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [1m 0.17s] sudo make install