tce-load -i compiletc gdbm-dev gpgme-dev openssl-1.1.1-dev libidn2-dev cyrus-sasl-lite-dev perl5 sqlite3-dev wget https://bitbucket.org/mutt/mutt/downloads/mutt-2.1.4.tar.gz cd mutt-2.1.4 SENDMAIL="/usr/local/sbin/sendmail" CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var --with-mailpath=/var/mail --enable-gpgme --enable-pop --enable-imap --enable-smtp --with-curses --with-ssl --with-idn2 --with-sasl --with-gdbm --enable-external-dotlock --enable-hcache --enable-sidebar --enable-autocrypt --with-sqlite3 find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 31.17s] sudo make install