tce-load -i compiletc cmake git libzmq-dev https://github.com/zeromq/cppzmq/archive/v4.3.0.tar.gz cd cppzmq-4.3.0 mkdir build cd build cmake -LAH -DCMAKE_C_FLAGS_RELEASE="-flto -fuse-linker-plugin -mtune=generic -Os -pipe" -DCMAKE_CXX_FLAGS_RELEASE="-flto -fuse-linker-plugin -mtune=generic -Os -pipe" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE ../ [-fno-exceptions fails] make [0m 18.83s] sudo make install