tce-load -i perl_html_tree cd HTML-Element-Extended-1.17 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