tce-load -wil compiletc https://github.com/majorkingleo/xstow/releases/download/1.1.1/xstow-1.1.1.tar.gz cd xstow-1.1.1 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe" ./configure --prefix=/usr/local [-fno-exceptions and -fno-rtti cause breakage] find . -name 'Makefile' | xargs sed -i 's/-g -O2//' make [1m 44.17s] DESTDIR=/tmp/dest make install