tce-load -i compiletc dbus-dev python3.6-dev

wget https://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.2.16.tar.gz

cd dbus-python-1.2.16

PYTHON="/usr/local/bin/python3.6" 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 6.28s]
sudo make install

