tce-load -i compiletc automake libtool-dev intltool gtk-doc gnome-online-accounts-dev gobject-introspection-dev rest-gir json-glib-gir

wget https://ftp.acc.umu.se/pub/GNOME/sources/gfbgraph/0.2/gfbgraph-0.2.4.tar.xz

cd gfbgraph-0.2.4

./autogen.sh

CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var

find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \;

make [0m 5.34s]
sudo make install

