tce-load -i perl_html_parser
cd HTML-Tree-3.23
perl Makefile.PL
find . -name Makefile -type f -exec sed -i 's/-O2/ /g' {} \;
CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" make
sudo make install