tce-load -i compiletc intltool libnotify-dev libgcrypt-dev telepathy-glib-dev libsecret-dev cd x11vnc CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --with-telepathy --with-secret --libexecdir=/usr/local/lib/vino find . -name Makefile -type f -exec sed -i 's/-g -O2/ /g' {} \; make sudo make install