tce-load -i compiletc py3.6cairo-dev gobject-introspection-dev cd pygobject-3.28.2 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 --with-python=/usr/local/bin/python3.6 find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make sudo make install pygobject 3.28.2 Using python interpreter: /usr/local/bin/python3.6 cairo support: yes thread support: yes code coverage support: no