tce-load -i compiletc intltool glib2-dev python3.6-dev python3.6-mako cd gobject-introspection-1.54.1 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-python=/usr/local/bin/python3 find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make sudo make install