tce-load -i pygobject-dev at-spi2-core-dev cd pyatspi-2.10.0 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe" ./configure --prefix=/usr/local --with-python=/usr/local/bin/python find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \; make sudo make install