tce-load -i compiletc automake libtool-dev intltool https://github.com/zeromq/libzmq/archive/v4.3.1.tar.gz cd libzmq-4.3.1 ./autogen.sh CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe" ./configure --prefix=/usr/local --localstatedir=/var --disable-static [-fno-exceptions fails] find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 47.26s] sudo make install