tce-load -i compiletc dbus-dev python3.9-dev wget https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.3.2.tar.gz cd dbus-python-1.3.2 PYTHON="/usr/local/bin/python3.9" 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 7.65s] sudo make install