tce-load -i compiletc libevent-dev ncursesw-dev cd tmux-2.8 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" LIBNCURSES_CFLAGS="-I/usr/local/include/ncursesw" LIBNCURSES_LIB="-L/usr/local/lib/lncursesw" ./configure --prefix=/usr/local --localstatedir=/var --disable-static find . -name Makefile -type f -exec sed -i 's/-O2//g' {} \; make [0m 14.92s] make install