tce-load -i compiletc glib2-dev aspell-dev hunspell-dev cd enchant-2.2.3 CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --disable-static --with-aspell-dir=/usr/local/lib/aspell-0.60 --with-hunspell-dir=/usr/local/share/hunspell find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 3.94s] sudo make install