tce-load -i glib2-dev gobject-introspection-dev tiff-dev libpng-dev perl5 cd gdk-pixbuf-2.30.7 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 --disable-static --localstatedir=/var --with-x11 find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \; make make install