tce-load -i compiletc python3.9-dev wget https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.4.tar.xz cd libxml2-2.10.4 CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --with-python=/usr/local/bin/python3.6 --with-history --sysconfdir=/usr/local/etc find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 44.15s] sudo make install