tce-load -i compiletc wget https://www.nasm.us/pub/nasm/releasebuilds/2.16.03/nasm-2.16.03.tar.xz cd nasm-2.16.03 CC="gcc -flto -mtune=generic -Os -pipe" CXX="g++ -flto -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O3//g' {} \; find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 22.94s] sudo make install