tce-load -i compiletc

https://github.com/lz4/lz4/archive/v1.9.2.tar.gz

cd lz4-1.9.2

find . -name Makefile -type f -exec sed -i 's/-O3//g' {} \;

make CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" [0m 9.81s]

sudo make CC="gcc -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" install

