tce-load -i compiletc liblzma-dev liblz4-dev

https://github.com/facebook/zstd/releases/download/v1.4.3/zstd-1.4.3.tar.gz

cd zstd-1.4.3

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

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

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

==> building with threading support
==> building zstd with .gz compression support
==> building zstd with .xz/.lzma compression support
==> building zstd with .lz4 compression support
